Html Css Color HEX #8D081C Carmine

📋 copy color: '#8D081C'

red 141 ◦ green 8 ◦ blue 28

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

Shades of Carmine #8D081C

Tints of Carmine #8D081C

RGB

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

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

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

R = 79.66%
G = 4.52%
B = 15.82%

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

#8D081C (or 0x8D081C) is known color: Carmine. HEX triplet: 8D, 08 and 1C. RGB value is (141,8,28). Sum of RGB (Red+Green+Blue) = 141+8+28=177 (23% of max value = 765). Red value is 141 (55.47% from 255 or 79.66% from 177); Green value is 8 (3.52% from 255 or 4.52% from 177); Blue value is 28 (11.33% from 255 or 15.82% from 177); Max value from RGB is 141 - color contains mainly: red. Hex color #8D081C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D081C is #72F7E3. Grayscale: #323232. Windows color (decimal): -7534564 or 1837197. OLE color: 1837197.

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

Color convert

RGB 141 8 28 -
CMYK 0 0.94 0.80 0.45
HSL 350.98º 0.89% 0.29% -
HSV(B) 350.98º 0.94% 0.55% -
XYZ 11.28 5.92 1.65 -
YUV 50.05 115.56 192.87 -
System Red Green Blue C M Y K H S L
Decimal 141 8 28 0 0.94 0.80 0.45 350.98 0.89 0.29
Hex 8D 8 1C 0 5E 50 2D 15F 59 1D
Octal 215 10 34 0 136 120 55 537 131 35
Binary 10001101 1000 11100 0 1011110 1010000 101101 101011111 1011001 11101

Color Harmonies of #8D081C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D081C

Black with #8D081C

Text Example


Text Example

White with #8D081C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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