Html Css Color HEX #571300 Red Oxide

📋 copy color: '#571300'

red 87 ◦ green 19 ◦ blue 0

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

Shades of Red Oxide #571300

Tints of Red Oxide #571300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 17.92%

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

R = 82.08%
G = 17.92%
B = 0%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 1

 K value IS 0.66

RGB Variations

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

Color information

#571300 (or 0x571300) is known color: Red Oxide. HEX triplet: 57, 13 and 00. RGB value is (87,19,0). Sum of RGB (Red+Green+Blue) = 87+19+0=106 (14% of max value = 765). Red value is 87 (34.38% from 255 or 82.08% from 106); Green value is 19 (7.81% from 255 or 17.92% from 106); Blue value is 0 (0.39% from 255 or 0% from 106); Max value from RGB is 87 - color contains mainly: red. Hex color #571300 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571300 is #A8ECFF. Grayscale: #252525. Windows color (decimal): -11070720 or 4951. OLE color: 4951.

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

Color convert

RGB 87 19 0 -
CMYK 0 0.78 1 0.66
HSL 13.1º 1% 0.17% -
HSV(B) 13.1º 1% 0.34% -
XYZ 4.16 2.49 0.26 -
YUV 37.17 107.03 163.54 -
System Red Green Blue C M Y K H S L
Decimal 87 19 0 0 0.78 1 0.66 13.1 1 0.17
Hex 57 13 0 0 4E 64 42 D 64 11
Octal 127 23 0 0 116 144 102 15 144 21
Binary 1010111 10011 0 0 1001110 1100100 1000010 1101 1100100 10001

Color Harmonies of #571300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571300

Black with #571300

Text Example


Text Example

White with #571300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571300; }

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

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

background-color css

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

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

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

border-color css

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

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

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