Html Css Color HEX #52130D Red Oxide

📋 copy color: '#52130D'

red 82 ◦ green 19 ◦ blue 13

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

Shades of Red Oxide #52130D

Tints of Red Oxide #52130D

RGB

 RED value IS 82 (32.42% from 255) = 71.93%

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

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

R = 71.93%
G = 16.67%
B = 11.4%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.84

 K value IS 0.68

RGB Variations

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

Color information

#52130D (or 0x52130D) is known color: Red Oxide. HEX triplet: 52, 13 and 0D. RGB value is (82,19,13). Sum of RGB (Red+Green+Blue) = 82+19+13=114 (15% of max value = 765). Red value is 82 (32.42% from 255 or 71.93% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 13 (5.47% from 255 or 11.40% from 114); Max value from RGB is 82 - color contains mainly: red. Hex color #52130D is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #52130D is #ADECF2. Grayscale: #252525. Windows color (decimal): -11398387 or 856914. OLE color: 856914.

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

Color convert

RGB 82 19 13 -
CMYK 0 0.77 0.84 0.68
HSL 5.22º 0.73% 0.19% -
HSV(B) 5.22º 0.84% 0.32% -
XYZ 3.79 2.29 0.62 -
YUV 37.15 114.37 159.99 -
System Red Green Blue C M Y K H S L
Decimal 82 19 13 0 0.77 0.84 0.68 5.22 0.73 0.19
Hex 52 13 D 0 4D 54 44 5 49 13
Octal 122 23 15 0 115 124 104 5 111 23
Binary 1010010 10011 1101 0 1001101 1010100 1000100 101 1001001 10011

Color Harmonies of #52130D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52130D

Black with #52130D

Text Example


Text Example

White with #52130D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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