Html Css Color HEX #57190F Red Oxide

📋 copy color: '#57190F'

red 87 ◦ green 25 ◦ blue 15

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

Shades of Red Oxide #57190F

Tints of Red Oxide #57190F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 11.81%

R = 68.5%
G = 19.69%
B = 11.81%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57190F (or 0x57190F) is known color: Red Oxide. HEX triplet: 57, 19 and 0F. RGB value is (87,25,15). Sum of RGB (Red+Green+Blue) = 87+25+15=127 (16% of max value = 765). Red value is 87 (34.38% from 255 or 68.50% from 127); Green value is 25 (10.16% from 255 or 19.69% from 127); Blue value is 15 (6.25% from 255 or 11.81% from 127); Max value from RGB is 87 - color contains mainly: red. Hex color #57190F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57190F is #A8E6F0. Grayscale: #2A2A2A. Windows color (decimal): -11069169 or 989527. OLE color: 989527.

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

Color convert

RGB 87 25 15 -
CMYK 0 0.71 0.83 0.66
HSL 8.33º 0.71% 0.2% -
HSV(B) 8.33º 0.83% 0.34% -
XYZ 4.36 2.76 0.75 -
YUV 42.4 112.54 159.81 -
System Red Green Blue C M Y K H S L
Decimal 87 25 15 0 0.71 0.83 0.66 8.33 0.71 0.2
Hex 57 19 F 0 47 53 42 8 47 14
Octal 127 31 17 0 107 123 102 10 107 24
Binary 1010111 11001 1111 0 1000111 1010011 1000010 1000 1000111 10100

Color Harmonies of #57190F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57190F

Black with #57190F

Text Example


Text Example

White with #57190F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57190F; }

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

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

background-color css

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

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

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

border-color css

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

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

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