Html Css Color HEX #53130D Red Oxide

📋 copy color: '#53130D'

red 83 ◦ green 19 ◦ blue 13

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

Shades of Red Oxide #53130D

Tints of Red Oxide #53130D

RGB

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

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

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

R = 72.17%
G = 16.52%
B = 11.3%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.67

RGB Variations

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

Color information

#53130D (or 0x53130D) is known color: Red Oxide. HEX triplet: 53, 13 and 0D. RGB value is (83,19,13). Sum of RGB (Red+Green+Blue) = 83+19+13=115 (15% of max value = 765). Red value is 83 (32.81% from 255 or 72.17% from 115); Green value is 19 (7.81% from 255 or 16.52% from 115); Blue value is 13 (5.47% from 255 or 11.30% from 115); Max value from RGB is 83 - color contains mainly: red. Hex color #53130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #53130D is #ACECF2. Grayscale: #252525. Windows color (decimal): -11332851 or 856915. OLE color: 856915.

HSL color Cylindrical-coordinate representation of color #53130D: hue angle of 5.14º 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 #53130D is Cyan = 0, Magento = 0.77, Yellow = 0.84 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 19 13 -
CMYK 0 0.77 0.84 0.67
HSL 5.14º 0.73% 0.19% -
HSV(B) 5.14º 0.84% 0.33% -
XYZ 3.87 2.33 0.63 -
YUV 37.45 114.2 160.49 -
System Red Green Blue C M Y K H S L
Decimal 83 19 13 0 0.77 0.84 0.67 5.14 0.73 0.19
Hex 53 13 D 0 4D 54 43 5 49 13
Octal 123 23 15 0 115 124 103 5 111 23
Binary 1010011 10011 1101 0 1001101 1010100 1000011 101 1001001 10011

Color Harmonies of #53130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53130D

Black with #53130D

Text Example


Text Example

White with #53130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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