Html Css Color HEX #88141B Carmine

📋 copy color: '#88141B'

red 136 ◦ green 20 ◦ blue 27

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

Shades of Carmine #88141B

Tints of Carmine #88141B

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.93%

 BLUE value IS 27 (10.94% from 255) = 14.75%

R = 74.32%
G = 10.93%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.80

 K value IS 0.47

RGB Variations

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

Color information

#88141B (or 0x88141B) is known color: Carmine. HEX triplet: 88, 14 and 1B. RGB value is (136,20,27). Sum of RGB (Red+Green+Blue) = 136+20+27=183 (24% of max value = 765). Red value is 136 (53.52% from 255 or 74.32% from 183); Green value is 20 (8.20% from 255 or 10.93% from 183); Blue value is 27 (10.94% from 255 or 14.75% from 183); Max value from RGB is 136 - color contains mainly: red. Hex color #88141B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88141B is #77EBE4. Grayscale: #373737. Windows color (decimal): -7859173 or 1774728. OLE color: 1774728.

HSL color Cylindrical-coordinate representation of color #88141B: hue angle of 356.38º degrees, saturation: 0.74, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #88141B is Cyan = 0, Magento = 0.85, Yellow = 0.80 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 20 27 -
CMYK 0 0.85 0.80 0.47
HSL 356.38º 0.74% 0.31% -
HSV(B) 356.38º 0.85% 0.53% -
XYZ 10.6 5.81 1.6 -
YUV 55.48 111.93 185.43 -
System Red Green Blue C M Y K H S L
Decimal 136 20 27 0 0.85 0.80 0.47 356.38 0.74 0.31
Hex 88 14 1B 0 55 50 2F 164 4A 1F
Octal 210 24 33 0 125 120 57 544 112 37
Binary 10001000 10100 11011 0 1010101 1010000 101111 101100100 1001010 11111

Color Harmonies of #88141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88141B

Black with #88141B

Text Example


Text Example

White with #88141B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88141B; }

 p { color: rgb(136,20,27); }

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

background-color css

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

 a { background-color: rgb(136,20,27); }

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

border-color css

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

 span { border-color: rgb(136,20,27); }

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