Html Css Color HEX #521511 Red Oxide

📋 copy color: '#521511'

red 82 ◦ green 21 ◦ blue 17

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

Shades of Red Oxide #521511

Tints of Red Oxide #521511

RGB

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

 GREEN value IS 21 (8.59% from 255) = 17.5%

 BLUE value IS 17 (7.03% from 255) = 14.17%

R = 68.33%
G = 17.5%
B = 14.17%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#521511 (or 0x521511) is known color: Red Oxide. HEX triplet: 52, 15 and 11. RGB value is (82,21,17). Sum of RGB (Red+Green+Blue) = 82+21+17=120 (15% of max value = 765). Red value is 82 (32.42% from 255 or 68.33% from 120); Green value is 21 (8.59% from 255 or 17.5% from 120); Blue value is 17 (7.03% from 255 or 14.17% from 120); Max value from RGB is 82 - color contains mainly: red. Hex color #521511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521511 is #ADEAEE. Grayscale: #262626. Windows color (decimal): -11397871 or 1119570. OLE color: 1119570.

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

Color convert

RGB 82 21 17 -
CMYK 0 0.74 0.79 0.68
HSL 3.69º 0.66% 0.19% -
HSV(B) 3.69º 0.79% 0.32% -
XYZ 3.85 2.37 0.79 -
YUV 38.78 115.71 158.83 -
System Red Green Blue C M Y K H S L
Decimal 82 21 17 0 0.74 0.79 0.68 3.69 0.66 0.19
Hex 52 15 11 0 4A 4F 44 4 42 13
Octal 122 25 21 0 112 117 104 4 102 23
Binary 1010010 10101 10001 0 1001010 1001111 1000100 100 1000010 10011

Color Harmonies of #521511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521511

Black with #521511

Text Example


Text Example

White with #521511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521511; }

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

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

background-color css

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

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

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

border-color css

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

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

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