Html Css Color HEX #8D051D Carmine

📋 copy color: '#8D051D'

red 141 ◦ green 5 ◦ blue 29

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

Shades of Carmine #8D051D

Tints of Carmine #8D051D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.86%

 BLUE value IS 29 (11.72% from 255) = 16.57%

R = 80.57%
G = 2.86%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.79

 K value IS 0.45

RGB Variations

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

Color information

#8D051D (or 0x8D051D) is known color: Carmine. HEX triplet: 8D, 05 and 1D. RGB value is (141,5,29). Sum of RGB (Red+Green+Blue) = 141+5+29=175 (23% of max value = 765). Red value is 141 (55.47% from 255 or 80.57% from 175); Green value is 5 (2.34% from 255 or 2.86% from 175); Blue value is 29 (11.72% from 255 or 16.57% from 175); Max value from RGB is 141 - color contains mainly: red. Hex color #8D051D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D051D is #72FAE2. Grayscale: #303030. Windows color (decimal): -7535331 or 1901965. OLE color: 1901965.

HSL color Cylindrical-coordinate representation of color #8D051D: hue angle of 349.41º degrees, saturation: 0.93, 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 #8D051D is Cyan = 0, Magento = 0.96, Yellow = 0.79 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 5 29 -
CMYK 0 0.96 0.79 0.45
HSL 349.41º 0.93% 0.29% -
HSV(B) 349.41º 0.96% 0.55% -
XYZ 11.26 5.86 1.7 -
YUV 48.4 117.06 194.05 -
System Red Green Blue C M Y K H S L
Decimal 141 5 29 0 0.96 0.79 0.45 349.41 0.93 0.29
Hex 8D 5 1D 0 60 4F 2D 15D 5D 1D
Octal 215 5 35 0 140 117 55 535 135 35
Binary 10001101 101 11101 0 1100000 1001111 101101 101011101 1011101 11101

Color Harmonies of #8D051D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D051D

Black with #8D051D

Text Example


Text Example

White with #8D051D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,5,29); }

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

background-color css

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

 a { background-color: rgb(141,5,29); }

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

border-color css

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

 span { border-color: rgb(141,5,29); }

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