Html Css Color HEX #521608 Red Oxide

📋 copy color: '#521608'

red 82 ◦ green 22 ◦ blue 8

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

Shades of Red Oxide #521608

Tints of Red Oxide #521608

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.14%

R = 73.21%
G = 19.64%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#521608 (or 0x521608) is known color: Red Oxide. HEX triplet: 52, 16 and 08. RGB value is (82,22,8). Sum of RGB (Red+Green+Blue) = 82+22+8=112 (14% of max value = 765). Red value is 82 (32.42% from 255 or 73.21% from 112); Green value is 22 (8.98% from 255 or 19.64% from 112); Blue value is 8 (3.52% from 255 or 7.14% from 112); Max value from RGB is 82 - color contains mainly: red. Hex color #521608 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521608 is #ADE9F7. Grayscale: #262626. Windows color (decimal): -11397624 or 530002. OLE color: 530002.

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

Color convert

RGB 82 22 8 -
CMYK 0 0.73 0.90 0.68
HSL 11.35º 0.82% 0.18% -
HSV(B) 11.35º 0.9% 0.32% -
XYZ 3.81 2.39 0.49 -
YUV 38.34 110.88 159.14 -
System Red Green Blue C M Y K H S L
Decimal 82 22 8 0 0.73 0.90 0.68 11.35 0.82 0.18
Hex 52 16 8 0 49 5A 44 B 52 12
Octal 122 26 10 0 111 132 104 13 122 22
Binary 1010010 10110 1000 0 1001001 1011010 1000100 1011 1010010 10010

Color Harmonies of #521608

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521608

Black with #521608

Text Example


Text Example

White with #521608

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521608; }

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

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

background-color css

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

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

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

border-color css

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

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

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