Html Css Color HEX #571000 Red Oxide

📋 copy color: '#571000'

red 87 ◦ green 16 ◦ blue 0

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

Shades of Red Oxide #571000

Tints of Red Oxide #571000

RGB

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

 GREEN value IS 16 (6.64% from 255) = 15.53%

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

R = 84.47%
G = 15.53%
B = 0%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#571000 (or 0x571000) is known color: Red Oxide. HEX triplet: 57, 10 and 00. RGB value is (87,16,0). Sum of RGB (Red+Green+Blue) = 87+16+0=103 (13% of max value = 765). Red value is 87 (34.38% from 255 or 84.47% from 103); Green value is 16 (6.64% from 255 or 15.53% from 103); Blue value is 0 (0.39% from 255 or 0% from 103); Max value from RGB is 87 - color contains mainly: red. Hex color #571000 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571000 is #A8EFFF. Grayscale: #232323. Windows color (decimal): -11071488 or 4183. OLE color: 4183.

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

Color convert

RGB 87 16 0 -
CMYK 0 0.82 1 0.66
HSL 11.03º 1% 0.17% -
HSV(B) 11.03º 1% 0.34% -
XYZ 4.12 2.4 0.25 -
YUV 35.41 108.02 164.8 -
System Red Green Blue C M Y K H S L
Decimal 87 16 0 0 0.82 1 0.66 11.03 1 0.17
Hex 57 10 0 0 52 64 42 B 64 11
Octal 127 20 0 0 122 144 102 13 144 21
Binary 1010111 10000 0 0 1010010 1100100 1000010 1011 1100100 10001

Color Harmonies of #571000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571000

Black with #571000

Text Example


Text Example

White with #571000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571000; }

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

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

background-color css

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

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

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

border-color css

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

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

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