Html Css Color HEX #880517 Carmine

📋 copy color: '#880517'

red 136 ◦ green 5 ◦ blue 23

#880517
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Carmine #880517

Tints of Carmine #880517

RGB

 RED value IS 136 (53.52% from 255) = 82.93%

 GREEN value IS 5 (2.34% from 255) = 3.05%

 BLUE value IS 23 (9.38% from 255) = 14.02%

R = 82.93%
G = 3.05%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.47

RGB Variations

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

Color information

#880517 (or 0x880517) is known color: Carmine. HEX triplet: 88, 05 and 17. RGB value is (136,5,23). Sum of RGB (Red+Green+Blue) = 136+5+23=164 (21% of max value = 765). Red value is 136 (53.52% from 255 or 82.93% from 164); Green value is 5 (2.34% from 255 or 3.05% from 164); Blue value is 23 (9.38% from 255 or 14.02% from 164); Max value from RGB is 136 - color contains mainly: red. Hex color #880517 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880517 is #77FAE8. Grayscale: #2E2E2E. Windows color (decimal): -7863017 or 1508744. OLE color: 1508744.

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

Color convert

RGB 136 5 23 -
CMYK 0 0.96 0.83 0.47
HSL 351.76º 0.93% 0.28% -
HSV(B) 351.76º 0.96% 0.53% -
XYZ 10.36 5.4 1.31 -
YUV 46.22 114.9 192.04 -
System Red Green Blue C M Y K H S L
Decimal 136 5 23 0 0.96 0.83 0.47 351.76 0.93 0.28
Hex 88 5 17 0 60 53 2F 160 5D 1C
Octal 210 5 27 0 140 123 57 540 135 34
Binary 10001000 101 10111 0 1100000 1010011 101111 101100000 1011101 11100

Color Harmonies of #880517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880517

Black with #880517

Text Example


Text Example

White with #880517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880517; }

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

 H1.HeaderClassName
 {
   color: #880517;
 }
 .AnyTagClassName
 {
   color: #880517;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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