Html Css Color HEX #571209 Red Oxide

📋 copy color: '#571209'

red 87 ◦ green 18 ◦ blue 9

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

Shades of Red Oxide #571209

Tints of Red Oxide #571209

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 7.89%

R = 76.32%
G = 15.79%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.90

 K value IS 0.66

RGB Variations

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

Color information

#571209 (or 0x571209) is known color: Red Oxide. HEX triplet: 57, 12 and 09. RGB value is (87,18,9). Sum of RGB (Red+Green+Blue) = 87+18+9=114 (15% of max value = 765). Red value is 87 (34.38% from 255 or 76.32% from 114); Green value is 18 (7.42% from 255 or 15.79% from 114); Blue value is 9 (3.91% from 255 or 7.89% from 114); Max value from RGB is 87 - color contains mainly: red. Hex color #571209 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571209 is #A8EDF6. Grayscale: #252525. Windows color (decimal): -11070967 or 594519. OLE color: 594519.

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

Color convert

RGB 87 18 9 -
CMYK 0 0.79 0.90 0.66
HSL 6.92º 0.81% 0.19% -
HSV(B) 6.92º 0.9% 0.34% -
XYZ 4.2 2.48 0.52 -
YUV 37.61 111.86 163.23 -
System Red Green Blue C M Y K H S L
Decimal 87 18 9 0 0.79 0.90 0.66 6.92 0.81 0.19
Hex 57 12 9 0 4F 5A 42 7 51 13
Octal 127 22 11 0 117 132 102 7 121 23
Binary 1010111 10010 1001 0 1001111 1011010 1000010 111 1010001 10011

Color Harmonies of #571209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571209

Black with #571209

Text Example


Text Example

White with #571209

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571209; }

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

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

background-color css

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

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

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

border-color css

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

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

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