Html Css Color HEX #570700 Red Oxide

📋 copy color: '#570700'

red 87 ◦ green 7 ◦ blue 0

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

Shades of Red Oxide #570700

Tints of Red Oxide #570700

RGB

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

 GREEN value IS 7 (3.13% from 255) = 7.45%

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

R = 92.55%
G = 7.45%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#570700 (or 0x570700) is known color: Red Oxide. HEX triplet: 57, 07 and 00. RGB value is (87,7,0). Sum of RGB (Red+Green+Blue) = 87+7+0=94 (12% of max value = 765). Red value is 87 (34.38% from 255 or 92.55% from 94); Green value is 7 (3.12% from 255 or 7.45% from 94); Blue value is 0 (0.39% from 255 or 0% from 94); Max value from RGB is 87 - color contains mainly: red. Hex color #570700 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #570700 is #A8F8FF. Grayscale: #1E1E1E. Windows color (decimal): -11073792 or 1879. OLE color: 1879.

HSL color Cylindrical-coordinate representation of color #570700: hue angle of 4.83º 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 #570700 is Cyan = 0, Magento = 0.92, Yellow = 1 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 7 0 -
CMYK 0 0.92 1 0.66
HSL 4.83º 1% 0.17% -
HSV(B) 4.83º 1% 0.34% -
XYZ 4.01 2.18 0.21 -
YUV 30.12 111 168.57 -
System Red Green Blue C M Y K H S L
Decimal 87 7 0 0 0.92 1 0.66 4.83 1 0.17
Hex 57 7 0 0 5C 64 42 5 64 11
Octal 127 7 0 0 134 144 102 5 144 21
Binary 1010111 111 0 0 1011100 1100100 1000010 101 1100100 10001

Color Harmonies of #570700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #570700

Black with #570700

Text Example


Text Example

White with #570700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #570700; }

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

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

background-color css

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

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

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

border-color css

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

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

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