Html Css Color HEX #521915 Red Oxide

📋 copy color: '#521915'

red 82 ◦ green 25 ◦ blue 21

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

Shades of Red Oxide #521915

Tints of Red Oxide #521915

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.41%

R = 64.06%
G = 19.53%
B = 16.41%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.68

RGB Variations

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

Color information

#521915 (or 0x521915) is known color: Red Oxide. HEX triplet: 52, 19 and 15. RGB value is (82,25,21). Sum of RGB (Red+Green+Blue) = 82+25+21=128 (16% of max value = 765). Red value is 82 (32.42% from 255 or 64.06% from 128); Green value is 25 (10.16% from 255 or 19.53% from 128); Blue value is 21 (8.59% from 255 or 16.41% from 128); Max value from RGB is 82 - color contains mainly: red. Hex color #521915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521915 is #ADE6EA. Grayscale: #292929. Windows color (decimal): -11396843 or 1382738. OLE color: 1382738.

HSL color Cylindrical-coordinate representation of color #521915: hue angle of 3.93º degrees, saturation: 0.59, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #521915 is Cyan = 0, Magento = 0.70, Yellow = 0.74 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 21 -
CMYK 0 0.70 0.74 0.68
HSL 3.93º 0.59% 0.2% -
HSV(B) 3.93º 0.74% 0.32% -
XYZ 3.96 2.54 0.99 -
YUV 41.59 116.38 156.83 -
System Red Green Blue C M Y K H S L
Decimal 82 25 21 0 0.70 0.74 0.68 3.93 0.59 0.2
Hex 52 19 15 0 46 4A 44 4 3B 14
Octal 122 31 25 0 106 112 104 4 73 24
Binary 1010010 11001 10101 0 1000110 1001010 1000100 100 111011 10100

Color Harmonies of #521915

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521915

Black with #521915

Text Example


Text Example

White with #521915

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521915; }

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

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

background-color css

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

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

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

border-color css

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

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

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