Html Css Color HEX #571705 Red Oxide

📋 copy color: '#571705'

red 87 ◦ green 23 ◦ blue 5

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

Shades of Red Oxide #571705

Tints of Red Oxide #571705

RGB

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

 GREEN value IS 23 (9.38% from 255) = 20%

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

R = 75.65%
G = 20%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.66

RGB Variations

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

Color information

#571705 (or 0x571705) is known color: Red Oxide. HEX triplet: 57, 17 and 05. RGB value is (87,23,5). Sum of RGB (Red+Green+Blue) = 87+23+5=115 (15% of max value = 765). Red value is 87 (34.38% from 255 or 75.65% from 115); Green value is 23 (9.38% from 255 or 20% from 115); Blue value is 5 (2.34% from 255 or 4.35% from 115); Max value from RGB is 87 - color contains mainly: red. Hex color #571705 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571705 is #A8E8FA. Grayscale: #282828. Windows color (decimal): -11069691 or 333655. OLE color: 333655.

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

Color convert

RGB 87 23 5 -
CMYK 0 0.74 0.94 0.66
HSL 13.17º 0.89% 0.18% -
HSV(B) 13.17º 0.94% 0.34% -
XYZ 4.26 2.65 0.43 -
YUV 40.08 108.2 161.46 -
System Red Green Blue C M Y K H S L
Decimal 87 23 5 0 0.74 0.94 0.66 13.17 0.89 0.18
Hex 57 17 5 0 4A 5E 42 D 59 12
Octal 127 27 5 0 112 136 102 15 131 22
Binary 1010111 10111 101 0 1001010 1011110 1000010 1101 1011001 10010

Color Harmonies of #571705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571705

Black with #571705

Text Example


Text Example

White with #571705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571705; }

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

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

background-color css

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

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

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

border-color css

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

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

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