Html Css Color HEX #571A14 Red Oxide

📋 copy color: '#571A14'

red 87 ◦ green 26 ◦ blue 20

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

Shades of Red Oxide #571A14

Tints of Red Oxide #571A14

RGB

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

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

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

R = 65.41%
G = 19.55%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.77

 K value IS 0.66

RGB Variations

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

Color information

#571A14 (or 0x571A14) is known color: Red Oxide. HEX triplet: 57, 1A and 14. RGB value is (87,26,20). Sum of RGB (Red+Green+Blue) = 87+26+20=133 (17% of max value = 765). Red value is 87 (34.38% from 255 or 65.41% from 133); Green value is 26 (10.55% from 255 or 19.55% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 87 - color contains mainly: red. Hex color #571A14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #571A14 is #A8E5EB. Grayscale: #2B2B2B. Windows color (decimal): -11068908 or 1317463. OLE color: 1317463.

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

Color convert

RGB 87 26 20 -
CMYK 0 0.70 0.77 0.66
HSL 5.37º 0.63% 0.21% -
HSV(B) 5.37º 0.77% 0.34% -
XYZ 4.43 2.82 0.97 -
YUV 43.56 114.71 158.99 -
System Red Green Blue C M Y K H S L
Decimal 87 26 20 0 0.70 0.77 0.66 5.37 0.63 0.21
Hex 57 1A 14 0 46 4D 42 5 3F 15
Octal 127 32 24 0 106 115 102 5 77 25
Binary 1010111 11010 10100 0 1000110 1001101 1000010 101 111111 10101

Color Harmonies of #571A14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571A14

Black with #571A14

Text Example


Text Example

White with #571A14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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