Html Css Color HEX #570907 Red Oxide

📋 copy color: '#570907'

red 87 ◦ green 9 ◦ blue 7

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

Shades of Red Oxide #570907

Tints of Red Oxide #570907

RGB

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

 GREEN value IS 9 (3.91% from 255) = 8.74%

 BLUE value IS 7 (3.13% from 255) = 6.8%

R = 84.47%
G = 8.74%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#570907 (or 0x570907) is known color: Red Oxide. HEX triplet: 57, 09 and 07. RGB value is (87,9,7). Sum of RGB (Red+Green+Blue) = 87+9+7=103 (13% of max value = 765). Red value is 87 (34.38% from 255 or 84.47% from 103); Green value is 9 (3.91% from 255 or 8.74% from 103); Blue value is 7 (3.12% from 255 or 6.80% from 103); Max value from RGB is 87 - color contains mainly: red. Hex color #570907 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570907 is #A8F6F8. Grayscale: #202020. Windows color (decimal): -11073273 or 461143. OLE color: 461143.

HSL color Cylindrical-coordinate representation of color #570907: hue angle of 1.5º degrees, saturation: 0.85, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #570907 is Cyan = 0, Magento = 0.90, Yellow = 0.92 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 9 7 -
CMYK 0 0.90 0.92 0.66
HSL 1.5º 0.85% 0.18% -
HSV(B) 1.5º 0.92% 0.34% -
XYZ 4.07 2.24 0.42 -
YUV 32.09 113.84 167.16 -
System Red Green Blue C M Y K H S L
Decimal 87 9 7 0 0.90 0.92 0.66 1.5 0.85 0.18
Hex 57 9 7 0 5A 5C 42 2 55 12
Octal 127 11 7 0 132 134 102 2 125 22
Binary 1010111 1001 111 0 1011010 1011100 1000010 10 1010101 10010

Color Harmonies of #570907

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570907

Black with #570907

Text Example


Text Example

White with #570907

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570907; }

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

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

background-color css

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

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

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

border-color css

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

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

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