#75171d

Color #75171D Red Berry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Berry #75171D

Tints of Red Berry #75171D

Color information

#75171D (or 0x75171D) is unknown color: approx Red Berry. HEX triplet: 75, 17 and 1D. RGB value is (117,23,29). Sum of RGB (Red+Green+Blue) = 117+23+29=169 (22% of max value = 765). Red value is 117 (46.09% from 255 or 69.23% from 169); Green value is 23 (9.38% from 255 or 13.61% from 169); Blue value is 29 (11.72% from 255 or 17.16% from 169); Max value from RGB is 117 - color contains mainly: red. Hex color #75171D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75171D is #8AE8E2. Grayscale: #333333. Windows color (decimal): -9103587 or 1906549. OLE color: 1906549.

HSL color Cylindrical-coordinate representation of color #75171D: hue angle of 356.17º degrees, saturation: 0.67, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #75171D is Cyan = 0, Magento = 0.80, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB1172329-
CMYK00.800.750.54
HSL356.17º67.14%27.45%-
HSV(B)356.17º80.34%45.88%-
XYZ7.864.481.61-
YUV51.79115.14174.51-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 117 (46.09% from 255) = 69.23%
GREEN value IS 23 (9.38% from 255) = 13.61%
BLUE value IS 29 (11.72% from 255) = 17.16%
R=69.23%
G=13.61%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117232900.800.750.54356.1767.1427.45
Hex75171D0504B36164431b
Octal165273501201136654410333
Binary11101011011111101010100001001011110110101100100100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75171d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75171d; }

 p { color: rgb(117,23,29); }

 H1.HeaderClassName
 {
   color: #75171d;
 }
 .AnyTagClassName
 {
   color: #75171d;
 }
</style>
background-color css

<style>
 a { background-color: #75171d; }

 a { background-color: rgb(117,23,29); }

 div.DivClassName
 {
   background-color: #75171d;
 }
 .BgClassName
 {
   background-color: #75171d;
 }
</style>
border-color css

<style>
 span { border-color: #75171d; }

 span { border-color: rgb(117,23,29); }

 td.TdClassName
 {
   border-color: #75171d;
 }
 .TagClassName
 {
   border-color: #75171d;
 }
</style>