Html Css Color HEX #571200 Red Oxide

📋 copy color: '#571200'

red 87 ◦ green 18 ◦ blue 0

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

Shades of Red Oxide #571200

Tints of Red Oxide #571200

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.14%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 82.86%
G = 17.14%
B = 0%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#571200 (or 0x571200) is known color: Red Oxide. HEX triplet: 57, 12 and 00. RGB value is (87,18,0). Sum of RGB (Red+Green+Blue) = 87+18+0=105 (13% of max value = 765). Red value is 87 (34.38% from 255 or 82.86% from 105); Green value is 18 (7.42% from 255 or 17.14% from 105); Blue value is 0 (0.39% from 255 or 0% from 105); Max value from RGB is 87 - color contains mainly: red. Hex color #571200 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571200 is #A8EDFF. Grayscale: #242424. Windows color (decimal): -11070976 or 4695. OLE color: 4695.

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

Color convert

RGB 87 18 0 -
CMYK 0 0.79 1 0.66
HSL 12.41º 1% 0.17% -
HSV(B) 12.41º 1% 0.34% -
XYZ 4.15 2.46 0.26 -
YUV 36.58 107.36 163.96 -
System Red Green Blue C M Y K H S L
Decimal 87 18 0 0 0.79 1 0.66 12.41 1 0.17
Hex 57 12 0 0 4F 64 42 C 64 11
Octal 127 22 0 0 117 144 102 14 144 21
Binary 1010111 10010 0 0 1001111 1100100 1000010 1100 1100100 10001

Color Harmonies of #571200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571200

Black with #571200

Text Example


Text Example

White with #571200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571200; }

 p { color: rgb(87,18,0); }

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

background-color css

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

 a { background-color: rgb(87,18,0); }

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

border-color css

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

 span { border-color: rgb(87,18,0); }

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