Html Css Color HEX #521910 Red Oxide

📋 copy color: '#521910'

red 82 ◦ green 25 ◦ blue 16

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

Shades of Red Oxide #521910

Tints of Red Oxide #521910

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.01%

R = 66.67%
G = 20.33%
B = 13.01%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.80

 K value IS 0.68

RGB Variations

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

Color information

#521910 (or 0x521910) is known color: Red Oxide. HEX triplet: 52, 19 and 10. RGB value is (82,25,16). Sum of RGB (Red+Green+Blue) = 82+25+16=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 25 (10.16% from 255 or 20.33% from 123); Blue value is 16 (6.64% from 255 or 13.01% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #521910 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521910 is #ADE6EF. Grayscale: #292929. Windows color (decimal): -11396848 or 1055058. OLE color: 1055058.

HSL color Cylindrical-coordinate representation of color #521910: hue angle of 8.18º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #521910 is Cyan = 0, Magento = 0.70, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 16 -
CMYK 0 0.70 0.80 0.68
HSL 8.18º 0.67% 0.19% -
HSV(B) 8.18º 0.8% 0.32% -
XYZ 3.92 2.53 0.77 -
YUV 41.02 113.88 157.23 -
System Red Green Blue C M Y K H S L
Decimal 82 25 16 0 0.70 0.80 0.68 8.18 0.67 0.19
Hex 52 19 10 0 46 50 44 8 43 13
Octal 122 31 20 0 106 120 104 10 103 23
Binary 1010010 11001 10000 0 1000110 1010000 1000100 1000 1000011 10011

Color Harmonies of #521910

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521910

Black with #521910

Text Example


Text Example

White with #521910

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521910; }

 p { color: rgb(82,25,16); }

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

background-color css

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

 a { background-color: rgb(82,25,16); }

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

border-color css

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

 span { border-color: rgb(82,25,16); }

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