Html Css Color HEX #571507 Red Oxide

📋 copy color: '#571507'

red 87 ◦ green 21 ◦ blue 7

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

Shades of Red Oxide #571507

Tints of Red Oxide #571507

RGB

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

 GREEN value IS 21 (8.59% from 255) = 18.26%

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

R = 75.65%
G = 18.26%
B = 6.09%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.66

RGB Variations

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

Color information

#571507 (or 0x571507) is known color: Red Oxide. HEX triplet: 57, 15 and 07. RGB value is (87,21,7). Sum of RGB (Red+Green+Blue) = 87+21+7=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 21 (8.59% from 255 or 18.26% from 115); Blue value is 7 (3.12% from 255 or 6.09% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #571507 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571507 is #A8EAF8. Grayscale: #272727. Windows color (decimal): -11070201 or 464215. OLE color: 464215.

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

Color convert

RGB 87 21 7 -
CMYK 0 0.76 0.92 0.66
HSL 10.5º 0.85% 0.18% -
HSV(B) 10.5º 0.92% 0.34% -
XYZ 4.24 2.58 0.48 -
YUV 39.14 109.87 162.14 -
System Red Green Blue C M Y K H S L
Decimal 87 21 7 0 0.76 0.92 0.66 10.5 0.85 0.18
Hex 57 15 7 0 4C 5C 42 A 55 12
Octal 127 25 7 0 114 134 102 12 125 22
Binary 1010111 10101 111 0 1001100 1011100 1000010 1010 1010101 10010

Color Harmonies of #571507

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571507

Black with #571507

Text Example


Text Example

White with #571507

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571507; }

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

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

background-color css

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

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

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

border-color css

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

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

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