Html Css Color HEX #8D0817 Carmine

📋 copy color: '#8D0817'

red 141 ◦ green 8 ◦ blue 23

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

Shades of Carmine #8D0817

Tints of Carmine #8D0817

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 13.37%

R = 81.98%
G = 4.65%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.84

 K value IS 0.45

RGB Variations

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

Color information

#8D0817 (or 0x8D0817) is known color: Carmine. HEX triplet: 8D, 08 and 17. RGB value is (141,8,23). Sum of RGB (Red+Green+Blue) = 141+8+23=172 (22% of max value = 765). Red value is 141 (55.47% from 255 or 81.98% from 172); Green value is 8 (3.52% from 255 or 4.65% from 172); Blue value is 23 (9.38% from 255 or 13.37% from 172); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0817 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0817 is #72F7E8. Grayscale: #313131. Windows color (decimal): -7534569 or 1509517. OLE color: 1509517.

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

Color convert

RGB 141 8 23 -
CMYK 0 0.94 0.84 0.45
HSL 353.23º 0.89% 0.29% -
HSV(B) 353.23º 0.94% 0.55% -
XYZ 11.23 5.9 1.36 -
YUV 49.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 141 8 23 0 0.94 0.84 0.45 353.23 0.89 0.29
Hex 8D 8 17 0 5E 54 2D 161 59 1D
Octal 215 10 27 0 136 124 55 541 131 35
Binary 10001101 1000 10111 0 1011110 1010100 101101 101100001 1011001 11101

Color Harmonies of #8D0817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0817

Black with #8D0817

Text Example


Text Example

White with #8D0817

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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