Html Css Color HEX #880819 Carmine

📋 copy color: '#880819'

red 136 ◦ green 8 ◦ blue 25

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

Shades of Carmine #880819

Tints of Carmine #880819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.73%

 BLUE value IS 25 (10.16% from 255) = 14.79%

R = 80.47%
G = 4.73%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.82

 K value IS 0.47

RGB Variations

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

Color information

#880819 (or 0x880819) is known color: Carmine. HEX triplet: 88, 08 and 19. RGB value is (136,8,25). Sum of RGB (Red+Green+Blue) = 136+8+25=169 (22% of max value = 765). Red value is 136 (53.52% from 255 or 80.47% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 25 (10.16% from 255 or 14.79% from 169); Max value from RGB is 136 - color contains mainly: red. Hex color #880819 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #880819 is #77F7E6. Grayscale: #303030. Windows color (decimal): -7862247 or 1640584. OLE color: 1640584.

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

Color convert

RGB 136 8 25 -
CMYK 0 0.94 0.82 0.47
HSL 352.03º 0.89% 0.28% -
HSV(B) 352.03º 0.94% 0.53% -
XYZ 10.42 5.48 1.43 -
YUV 48.21 114.91 190.62 -
System Red Green Blue C M Y K H S L
Decimal 136 8 25 0 0.94 0.82 0.47 352.03 0.89 0.28
Hex 88 8 19 0 5E 52 2F 160 59 1C
Octal 210 10 31 0 136 122 57 540 131 34
Binary 10001000 1000 11001 0 1011110 1010010 101111 101100000 1011001 11100

Color Harmonies of #880819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880819

Black with #880819

Text Example


Text Example

White with #880819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880819; }

 p { color: rgb(136,8,25); }

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

background-color css

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

 a { background-color: rgb(136,8,25); }

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

border-color css

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

 span { border-color: rgb(136,8,25); }

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