Html Css Color HEX #521611 Red Oxide

📋 copy color: '#521611'

red 82 ◦ green 22 ◦ blue 17

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

Shades of Red Oxide #521611

Tints of Red Oxide #521611

RGB

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

 GREEN value IS 22 (8.98% from 255) = 18.18%

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

R = 67.77%
G = 18.18%
B = 14.05%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.68

RGB Variations

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

Color information

#521611 (or 0x521611) is known color: Red Oxide. HEX triplet: 52, 16 and 11. RGB value is (82,22,17). Sum of RGB (Red+Green+Blue) = 82+22+17=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 22 (8.98% from 255 or 18.18% from 121); Blue value is 17 (7.03% from 255 or 14.05% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #521611 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521611 is #ADE9EE. Grayscale: #272727. Windows color (decimal): -11397615 or 1119826. OLE color: 1119826.

HSL color Cylindrical-coordinate representation of color #521611: hue angle of 4.62º 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 #521611 is Cyan = 0, Magento = 0.73, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 22 17 -
CMYK 0 0.73 0.79 0.68
HSL 4.62º 0.66% 0.19% -
HSV(B) 4.62º 0.79% 0.32% -
XYZ 3.87 2.41 0.79 -
YUV 39.37 115.38 158.41 -
System Red Green Blue C M Y K H S L
Decimal 82 22 17 0 0.73 0.79 0.68 4.62 0.66 0.19
Hex 52 16 11 0 49 4F 44 5 42 13
Octal 122 26 21 0 111 117 104 5 102 23
Binary 1010010 10110 10001 0 1001001 1001111 1000100 101 1000010 10011

Color Harmonies of #521611

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521611

Black with #521611

Text Example


Text Example

White with #521611

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521611; }

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

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

background-color css

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

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

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

border-color css

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

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

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