Html Css Color HEX #8D131B Carmine

📋 copy color: '#8D131B'

red 141 ◦ green 19 ◦ blue 27

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

Shades of Carmine #8D131B

Tints of Carmine #8D131B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.16%

 BLUE value IS 27 (10.94% from 255) = 14.44%

R = 75.4%
G = 10.16%
B = 14.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.81

 K value IS 0.45

RGB Variations

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

Color information

#8D131B (or 0x8D131B) is known color: Carmine. HEX triplet: 8D, 13 and 1B. RGB value is (141,19,27). Sum of RGB (Red+Green+Blue) = 141+19+27=187 (24% of max value = 765). Red value is 141 (55.47% from 255 or 75.40% from 187); Green value is 19 (7.81% from 255 or 10.16% from 187); Blue value is 27 (10.94% from 255 or 14.44% from 187); Max value from RGB is 141 - color contains mainly: red. Hex color #8D131B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8D131B is #72ECE4. Grayscale: #383838. Windows color (decimal): -7531749 or 1774477. OLE color: 1774477.

HSL color Cylindrical-coordinate representation of color #8D131B: hue angle of 356.07º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8D131B is Cyan = 0, Magento = 0.87, Yellow = 0.81 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 19 27 -
CMYK 0 0.87 0.81 0.45
HSL 356.07º 0.76% 0.31% -
HSV(B) 356.07º 0.87% 0.55% -
XYZ 11.42 6.21 1.63 -
YUV 56.39 111.42 188.35 -
System Red Green Blue C M Y K H S L
Decimal 141 19 27 0 0.87 0.81 0.45 356.07 0.76 0.31
Hex 8D 13 1B 0 57 51 2D 164 4C 1F
Octal 215 23 33 0 127 121 55 544 114 37
Binary 10001101 10011 11011 0 1010111 1010001 101101 101100100 1001100 11111

Color Harmonies of #8D131B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D131B

Black with #8D131B

Text Example


Text Example

White with #8D131B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(141,19,27); }

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

background-color css

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

 a { background-color: rgb(141,19,27); }

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

border-color css

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

 span { border-color: rgb(141,19,27); }

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