#880417

Color #880417 Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Carmine #880417

Tints of Carmine #880417

Color information

#880417 (or 0x880417) is unknown color: approx Carmine. HEX triplet: 88, 04 and 17. RGB value is (136,4,23). Sum of RGB (Red+Green+Blue) = 136+4+23=163 (21% of max value = 765). Red value is 136 (53.52% from 255 or 83.44% from 163); Green value is 4 (1.95% from 255 or 2.45% from 163); Blue value is 23 (9.38% from 255 or 14.11% from 163); Max value from RGB is 136 - color contains mainly: red. Hex color #880417 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880417 is #77FBE8. Grayscale: #2D2D2D. Windows color (decimal): -7863273 or 1508488. OLE color: 1508488.

HSL color Cylindrical-coordinate representation of color #880417: hue angle of 351.36º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #880417 is Cyan = 0, Magento = 0.97, Yellow = 0.83 and Black (K on CMYK) = 0.47.

Color convert

RGB136423-
CMYK00.970.830.47
HSL351.36º94.29%27.45%-
HSV(B)351.36º97.06%53.33%-
XYZ10.355.381.3-
YUV45.63115.23192.46-

RGB Variations

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

RGB

RED value IS 136 (53.52% from 255) = 83.44%
GREEN value IS 4 (1.95% from 255) = 2.45%
BLUE value IS 23 (9.38% from 255) = 14.11%
R=83.44%
G=2.45%
B=14.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.83
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal13642300.970.830.47351.3694.2927.45
Hex88417061532F15f5e1b
Octal21042701411235753713633
Binary1000100010010111011000011010011101111101011111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #880417

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #880417; }

 p { color: rgb(136,4,23); }

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

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

 a { background-color: rgb(136,4,23); }

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

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

 span { border-color: rgb(136,4,23); }

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