Html Css Color HEX #8D071A Carmine

📋 copy color: '#8D071A'

red 141 ◦ green 7 ◦ blue 26

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

Shades of Carmine #8D071A

Tints of Carmine #8D071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.02%

 BLUE value IS 26 (10.55% from 255) = 14.94%

R = 81.03%
G = 4.02%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.82

 K value IS 0.45

RGB Variations

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

Color information

#8D071A (or 0x8D071A) is known color: Carmine. HEX triplet: 8D, 07 and 1A. RGB value is (141,7,26). Sum of RGB (Red+Green+Blue) = 141+7+26=174 (23% of max value = 765). Red value is 141 (55.47% from 255 or 81.03% from 174); Green value is 7 (3.12% from 255 or 4.02% from 174); Blue value is 26 (10.55% from 255 or 14.94% from 174); Max value from RGB is 141 - color contains mainly: red. Hex color #8D071A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D071A is #72F8E5. Grayscale: #313131. Windows color (decimal): -7534822 or 1705869. OLE color: 1705869.

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

Color convert

RGB 141 7 26 -
CMYK 0 0.95 0.82 0.45
HSL 351.49º 0.91% 0.29% -
HSV(B) 351.49º 0.95% 0.55% -
XYZ 11.25 5.89 1.52 -
YUV 49.23 114.89 193.46 -
System Red Green Blue C M Y K H S L
Decimal 141 7 26 0 0.95 0.82 0.45 351.49 0.91 0.29
Hex 8D 7 1A 0 5F 52 2D 15F 5B 1D
Octal 215 7 32 0 137 122 55 537 133 35
Binary 10001101 111 11010 0 1011111 1010010 101101 101011111 1011011 11101

Color Harmonies of #8D071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D071A

Black with #8D071A

Text Example


Text Example

White with #8D071A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,7,26); }

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

background-color css

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

 a { background-color: rgb(141,7,26); }

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

border-color css

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

 span { border-color: rgb(141,7,26); }

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