Html Css Color HEX #57130F Red Oxide

📋 copy color: '#57130F'

red 87 ◦ green 19 ◦ blue 15

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

Shades of Red Oxide #57130F

Tints of Red Oxide #57130F

RGB

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

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

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

R = 71.9%
G = 15.7%
B = 12.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.83

 K value IS 0.66

RGB Variations

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

Color information

#57130F (or 0x57130F) is known color: Red Oxide. HEX triplet: 57, 13 and 0F. RGB value is (87,19,15). Sum of RGB (Red+Green+Blue) = 87+19+15=121 (16% of max value = 765). Red value is 87 (34.38% from 255 or 71.90% from 121); Green value is 19 (7.81% from 255 or 15.70% from 121); Blue value is 15 (6.25% from 255 or 12.40% from 121); Max value from RGB is 87 - color contains mainly: red. Hex color #57130F is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #57130F is #A8ECF0. Grayscale: #262626. Windows color (decimal): -11070705 or 987991. OLE color: 987991.

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

Color convert

RGB 87 19 15 -
CMYK 0 0.78 0.83 0.66
HSL 3.33º 0.71% 0.2% -
HSV(B) 3.33º 0.83% 0.34% -
XYZ 4.25 2.53 0.72 -
YUV 38.88 114.53 162.33 -
System Red Green Blue C M Y K H S L
Decimal 87 19 15 0 0.78 0.83 0.66 3.33 0.71 0.2
Hex 57 13 F 0 4E 53 42 3 47 14
Octal 127 23 17 0 116 123 102 3 107 24
Binary 1010111 10011 1111 0 1001110 1010011 1000010 11 1000111 10100

Color Harmonies of #57130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57130F

Black with #57130F

Text Example


Text Example

White with #57130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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