Html Css Color HEX #8D0614 Carmine

📋 copy color: '#8D0614'

red 141 ◦ green 6 ◦ blue 20

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

Shades of Carmine #8D0614

Tints of Carmine #8D0614

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.59%

 BLUE value IS 20 (8.2% from 255) = 11.98%

R = 84.43%
G = 3.59%
B = 11.98%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.45

RGB Variations

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

Color information

#8D0614 (or 0x8D0614) is known color: Carmine. HEX triplet: 8D, 06 and 14. RGB value is (141,6,20). Sum of RGB (Red+Green+Blue) = 141+6+20=167 (22% of max value = 765). Red value is 141 (55.47% from 255 or 84.43% from 167); Green value is 6 (2.73% from 255 or 3.59% from 167); Blue value is 20 (8.20% from 255 or 11.98% from 167); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0614 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #8D0614 is #72F9EB. Grayscale: #303030. Windows color (decimal): -7535084 or 1312397. OLE color: 1312397.

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

Color convert

RGB 141 6 20 -
CMYK 0 0.96 0.86 0.45
HSL 353.78º 0.92% 0.29% -
HSV(B) 353.78º 0.96% 0.55% -
XYZ 11.18 5.84 1.2 -
YUV 47.96 112.23 194.36 -
System Red Green Blue C M Y K H S L
Decimal 141 6 20 0 0.96 0.86 0.45 353.78 0.92 0.29
Hex 8D 6 14 0 60 56 2D 162 5C 1D
Octal 215 6 24 0 140 126 55 542 134 35
Binary 10001101 110 10100 0 1100000 1010110 101101 101100010 1011100 11101

Color Harmonies of #8D0614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0614

Black with #8D0614

Text Example


Text Example

White with #8D0614

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,6,20); }

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

background-color css

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

 a { background-color: rgb(141,6,20); }

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

border-color css

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

 span { border-color: rgb(141,6,20); }

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