Html Css Color HEX #571505 Red Oxide

📋 copy color: '#571505'

red 87 ◦ green 21 ◦ blue 5

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

Shades of Red Oxide #571505

Tints of Red Oxide #571505

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 4.42%

R = 76.99%
G = 18.58%
B = 4.42%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#571505 (or 0x571505) is known color: Red Oxide. HEX triplet: 57, 15 and 05. RGB value is (87,21,5). Sum of RGB (Red+Green+Blue) = 87+21+5=113 (14% of max value = 765). Red value is 87 (34.38% from 255 or 76.99% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 5 (2.34% from 255 or 4.42% from 113); Max value from RGB is 87 - color contains mainly: red. Hex color #571505 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571505 is #A8EAFA. Grayscale: #272727. Windows color (decimal): -11070203 or 333143. OLE color: 333143.

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

Color convert

RGB 87 21 5 -
CMYK 0 0.76 0.94 0.66
HSL 11.71º 0.89% 0.18% -
HSV(B) 11.71º 0.94% 0.34% -
XYZ 4.23 2.57 0.42 -
YUV 38.91 108.87 162.3 -
System Red Green Blue C M Y K H S L
Decimal 87 21 5 0 0.76 0.94 0.66 11.71 0.89 0.18
Hex 57 15 5 0 4C 5E 42 C 59 12
Octal 127 25 5 0 114 136 102 14 131 22
Binary 1010111 10101 101 0 1001100 1011110 1000010 1100 1011001 10010

Color Harmonies of #571505

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571505

Black with #571505

Text Example


Text Example

White with #571505

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571505; }

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

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

background-color css

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

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

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

border-color css

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

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

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