Html Css Color HEX #53190D Red Oxide

📋 copy color: '#53190D'

red 83 ◦ green 25 ◦ blue 13

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

Shades of Red Oxide #53190D

Tints of Red Oxide #53190D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 10.74%

R = 68.6%
G = 20.66%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53190D (or 0x53190D) is known color: Red Oxide. HEX triplet: 53, 19 and 0D. RGB value is (83,25,13). Sum of RGB (Red+Green+Blue) = 83+25+13=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 25 (10.16% from 255 or 20.66% from 121); Blue value is 13 (5.47% from 255 or 10.74% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #53190D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53190D is #ACE6F2. Grayscale: #292929. Windows color (decimal): -11331315 or 858451. OLE color: 858451.

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

Color convert

RGB 83 25 13 -
CMYK 0 0.70 0.84 0.67
HSL 10.29º 0.73% 0.19% -
HSV(B) 10.29º 0.84% 0.33% -
XYZ 3.99 2.56 0.67 -
YUV 40.97 112.22 157.98 -
System Red Green Blue C M Y K H S L
Decimal 83 25 13 0 0.70 0.84 0.67 10.29 0.73 0.19
Hex 53 19 D 0 46 54 43 A 49 13
Octal 123 31 15 0 106 124 103 12 111 23
Binary 1010011 11001 1101 0 1000110 1010100 1000011 1010 1001001 10011

Color Harmonies of #53190D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53190D

Black with #53190D

Text Example


Text Example

White with #53190D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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