Html Css Color HEX #53190E Red Oxide

📋 copy color: '#53190E'

red 83 ◦ green 25 ◦ blue 14

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

Shades of Red Oxide #53190E

Tints of Red Oxide #53190E

RGB

 RED value IS 83 (32.81% from 255) = 68.03%

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

 BLUE value IS 14 (5.86% from 255) = 11.48%

R = 68.03%
G = 20.49%
B = 11.48%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.83

 K value IS 0.67

RGB Variations

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

Color information

#53190E (or 0x53190E) is known color: Red Oxide. HEX triplet: 53, 19 and 0E. RGB value is (83,25,14). Sum of RGB (Red+Green+Blue) = 83+25+14=122 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.03% from 122); Green value is 25 (10.16% from 255 or 20.49% from 122); Blue value is 14 (5.86% from 255 or 11.48% from 122); Max value from RGB is 83 - color contains mainly: red. Hex color #53190E is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53190E is #ACE6F1. Grayscale: #292929. Windows color (decimal): -11331314 or 923987. OLE color: 923987.

HSL color Cylindrical-coordinate representation of color #53190E: hue angle of 9.57º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53190E is Cyan = 0, Magento = 0.70, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 25 14 -
CMYK 0 0.70 0.83 0.67
HSL 9.57º 0.71% 0.19% -
HSV(B) 9.57º 0.83% 0.33% -
XYZ 3.99 2.57 0.7 -
YUV 41.09 112.72 157.89 -
System Red Green Blue C M Y K H S L
Decimal 83 25 14 0 0.70 0.83 0.67 9.57 0.71 0.19
Hex 53 19 E 0 46 53 43 A 47 13
Octal 123 31 16 0 106 123 103 12 107 23
Binary 1010011 11001 1110 0 1000110 1010011 1000011 1010 1000111 10011

Color Harmonies of #53190E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53190E

Black with #53190E

Text Example


Text Example

White with #53190E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53190E; }

 p { color: rgb(83,25,14); }

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

background-color css

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

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

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

border-color css

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

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

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