Html Css Color HEX #571A0A Caput Mortuum

📋 copy color: '#571A0A'

red 87 ◦ green 26 ◦ blue 10

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

Shades of Caput Mortuum #571A0A

Tints of Caput Mortuum #571A0A

RGB

 RED value IS 87 (34.38% from 255) = 70.73%

 GREEN value IS 26 (10.55% from 255) = 21.14%

 BLUE value IS 10 (4.3% from 255) = 8.13%

R = 70.73%
G = 21.14%
B = 8.13%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.89

 K value IS 0.66

RGB Variations

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

Color information

#571A0A (or 0x571A0A) is known color: Caput Mortuum. HEX triplet: 57, 1A and 0A. RGB value is (87,26,10). Sum of RGB (Red+Green+Blue) = 87+26+10=123 (16% of max value = 765). Red value is 87 (34.38% from 255 or 70.73% from 123); Green value is 26 (10.55% from 255 or 21.14% from 123); Blue value is 10 (4.30% from 255 or 8.13% from 123); Max value from RGB is 87 - color contains mainly: red. Hex color #571A0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A0A is #A8E5F5. Grayscale: #2A2A2A. Windows color (decimal): -11068918 or 662103. OLE color: 662103.

HSL color Cylindrical-coordinate representation of color #571A0A: hue angle of 12.47º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #571A0A is Cyan = 0, Magento = 0.70, Yellow = 0.89 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 26 10 -
CMYK 0 0.70 0.89 0.66
HSL 12.47º 0.79% 0.19% -
HSV(B) 12.47º 0.89% 0.34% -
XYZ 4.35 2.79 0.6 -
YUV 42.42 109.71 159.8 -
System Red Green Blue C M Y K H S L
Decimal 87 26 10 0 0.70 0.89 0.66 12.47 0.79 0.19
Hex 57 1A A 0 46 59 42 C 4F 13
Octal 127 32 12 0 106 131 102 14 117 23
Binary 1010111 11010 1010 0 1000110 1011001 1000010 1100 1001111 10011

Color Harmonies of #571A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A0A

Black with #571A0A

Text Example


Text Example

White with #571A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571A0A; }

 p { color: rgb(87,26,10); }

 H1.HeaderClassName
 {
   color: #571A0A;
 }
 .AnyTagClassName
 {
   color: #571A0A;
 }
</style>

background-color css

<style>
 a { background-color: #571A0A; }

 a { background-color: rgb(87,26,10); }

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

border-color css

<style>
 span { border-color: #571A0A; }

 span { border-color: rgb(87,26,10); }

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