Html Css Color HEX #521616 Red Oxide

📋 copy color: '#521616'

red 82 ◦ green 22 ◦ blue 22

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

Shades of Red Oxide #521616

Tints of Red Oxide #521616

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.46%

R = 65.08%
G = 17.46%
B = 17.46%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.68

RGB Variations

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

Color information

#521616 (or 0x521616) is known color: Red Oxide. HEX triplet: 52, 16 and 16. RGB value is (82,22,22). Sum of RGB (Red+Green+Blue) = 82+22+22=126 (16% of max value = 765). Red value is 82 (32.42% from 255 or 65.08% from 126); Green value is 22 (8.98% from 255 or 17.46% from 126); Blue value is 22 (8.98% from 255 or 17.46% from 126); Max value from RGB is 82 - color contains mainly: red. Hex color #521616 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521616 is #ADE9E9. Grayscale: #282828. Windows color (decimal): -11397610 or 1447506. OLE color: 1447506.

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

Color convert

RGB 82 22 22 -
CMYK 0 0.73 0.73 0.68
HSL 0.58% 0.2% -
HSV(B) 0.73% 0.32% -
XYZ 3.91 2.43 1.02 -
YUV 39.94 117.88 158 -
System Red Green Blue C M Y K H S L
Decimal 82 22 22 0 0.73 0.73 0.68 0 0.58 0.2
Hex 52 16 16 0 49 49 44 0 3A 14
Octal 122 26 26 0 111 111 104 0 72 24
Binary 1010010 10110 10110 0 1001001 1001001 1000100 0 111010 10100

Color Harmonies of #521616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521616

Black with #521616

Text Example


Text Example

White with #521616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521616; }

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

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

background-color css

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

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

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

border-color css

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

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

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