#75172C

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

Shades of Red Berry #75172C

Tints of Red Berry #75172C

Color information

#75172C (or 0x75172C) is unknown color: approx Red Berry. HEX triplet: 75, 17 and 2C. RGB value is (117,23,44). Sum of RGB (Red+Green+Blue) = 117+23+44=184 (24% of max value = 765). Red value is 117 (46.09% from 255 or 63.59% from 184); Green value is 23 (9.38% from 255 or 12.5% from 184); Blue value is 44 (17.58% from 255 or 23.91% from 184); Max value from RGB is 117 - color contains mainly: red. Hex color #75172C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #75172C is #8AE8D3. Grayscale: #353535. Windows color (decimal): -9103572 or 2889589. OLE color: 2889589.

HSL color Cylindrical-coordinate representation of color #75172C: hue angle of 346.6º 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 #75172C is Cyan = 0, Magento = 0.80, Yellow = 0.62 and Black (K on CMYK) = 0.54.

Color convert

RGB1172344-
CMYK00.800.620.54
HSL346.6º67.14%27.45%-
HSV(B)346.6º80.34%45.88%-
XYZ8.14.582.84-
YUV53.5122.64173.29-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 63.59%
GREEN value IS 23 (9.38% from 255) = 12.5%
BLUE value IS 44 (17.58% from 255) = 23.91%
R=63.59%
G=12.5%
B=23.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal117234400.800.620.54346.667.1427.45
Hex75172C0503E3615b431b
Octal16527540120766653310333
Binary11101011011110110001010000111110110110101011011100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #75172C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #75172C; }

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

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

<style>
 a { background-color: #75172C; }

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

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

<style>
 span { border-color: #75172C; }

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

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