Html Css Color HEX #8D091B Carmine

📋 copy color: '#8D091B'

red 141 ◦ green 9 ◦ blue 27

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

Shades of Carmine #8D091B

Tints of Carmine #8D091B

RGB

 RED value IS 141 (55.47% from 255) = 79.66%

 GREEN value IS 9 (3.91% from 255) = 5.08%

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

R = 79.66%
G = 5.08%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8D091B (or 0x8D091B) is known color: Carmine. HEX triplet: 8D, 09 and 1B. RGB value is (141,9,27). Sum of RGB (Red+Green+Blue) = 141+9+27=177 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.66% from 177); Green value is 9 (3.91% from 255 or 5.08% from 177); Blue value is 27 (10.94% from 255 or 15.25% from 177); Max value from RGB is 141 - color contains mainly: red. Hex color #8D091B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D091B is #72F6E4. Grayscale: #323232. Windows color (decimal): -7534309 or 1771917. OLE color: 1771917.

HSL color Cylindrical-coordinate representation of color #8D091B: hue angle of 351.82º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8D091B is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 9 27 -
CMYK 0 0.94 0.81 0.45
HSL 351.82º 0.88% 0.29% -
HSV(B) 351.82º 0.94% 0.55% -
XYZ 11.28 5.94 1.59 -
YUV 50.52 114.73 192.54 -
System Red Green Blue C M Y K H S L
Decimal 141 9 27 0 0.94 0.81 0.45 351.82 0.88 0.29
Hex 8D 9 1B 0 5E 51 2D 160 58 1D
Octal 215 11 33 0 136 121 55 540 130 35
Binary 10001101 1001 11011 0 1011110 1010001 101101 101100000 1011000 11101

Color Harmonies of #8D091B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D091B

Black with #8D091B

Text Example


Text Example

White with #8D091B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D091B; }

 p { color: rgb(141,9,27); }

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

background-color css

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

 a { background-color: rgb(141,9,27); }

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

border-color css

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

 span { border-color: rgb(141,9,27); }

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