Html Css Color HEX #571919 Red Oxide

📋 copy color: '#571919'

red 87 ◦ green 25 ◦ blue 25

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

Shades of Red Oxide #571919

Tints of Red Oxide #571919

RGB

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

 GREEN value IS 25 (10.16% from 255) = 18.25%

 BLUE value IS 25 (10.16% from 255) = 18.25%

R = 63.5%
G = 18.25%
B = 18.25%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.66

RGB Variations

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

Color information

#571919 (or 0x571919) is known color: Red Oxide. HEX triplet: 57, 19 and 19. RGB value is (87,25,25). Sum of RGB (Red+Green+Blue) = 87+25+25=137 (18% of max value = 765). Red value is 87 (34.38% from 255 or 63.50% from 137); Green value is 25 (10.16% from 255 or 18.25% from 137); Blue value is 25 (10.16% from 255 or 18.25% from 137); Max value from RGB is 87 - color contains mainly: red. Hex color #571919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #571919 is #A8E6E6. Grayscale: #2B2B2B. Windows color (decimal): -11069159 or 1644887. OLE color: 1644887.

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

Color convert

RGB 87 25 25 -
CMYK 0 0.71 0.71 0.66
HSL 0.55% 0.22% -
HSV(B) 0.71% 0.34% -
XYZ 4.45 2.79 1.22 -
YUV 43.54 117.54 159 -
System Red Green Blue C M Y K H S L
Decimal 87 25 25 0 0.71 0.71 0.66 0 0.55 0.22
Hex 57 19 19 0 47 47 42 0 37 16
Octal 127 31 31 0 107 107 102 0 67 26
Binary 1010111 11001 11001 0 1000111 1000111 1000010 0 110111 10110

Color Harmonies of #571919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #571919

Black with #571919

Text Example


Text Example

White with #571919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #571919; }

 p { color: rgb(87,25,25); }

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

background-color css

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

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

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

border-color css

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

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

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