Html Css Color HEX #8D091C Carmine

📋 copy color: '#8D091C'

red 141 ◦ green 9 ◦ blue 28

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

Shades of Carmine #8D091C

Tints of Carmine #8D091C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 15.73%

R = 79.21%
G = 5.06%
B = 15.73%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#8D091C (or 0x8D091C) is known color: Carmine. HEX triplet: 8D, 09 and 1C. RGB value is (141,9,28). Sum of RGB (Red+Green+Blue) = 141+9+28=178 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.21% from 178); Green value is 9 (3.91% from 255 or 5.06% from 178); Blue value is 28 (11.33% from 255 or 15.73% from 178); Max value from RGB is 141 - color contains mainly: red. Hex color #8D091C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D091C is #72F6E3. Grayscale: #323232. Windows color (decimal): -7534308 or 1837453. OLE color: 1837453.

HSL color Cylindrical-coordinate representation of color #8D091C: hue angle of 351.36º 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 #8D091C is Cyan = 0, Magento = 0.94, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 9 28 -
CMYK 0 0.94 0.80 0.45
HSL 351.36º 0.88% 0.29% -
HSV(B) 351.36º 0.94% 0.55% -
XYZ 11.29 5.94 1.65 -
YUV 50.63 115.23 192.46 -
System Red Green Blue C M Y K H S L
Decimal 141 9 28 0 0.94 0.80 0.45 351.36 0.88 0.29
Hex 8D 9 1C 0 5E 50 2D 15F 58 1D
Octal 215 11 34 0 136 120 55 537 130 35
Binary 10001101 1001 11100 0 1011110 1010000 101101 101011111 1011000 11101

Color Harmonies of #8D091C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D091C

Black with #8D091C

Text Example


Text Example

White with #8D091C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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