Html Css Color HEX #520908 Red Oxide

📋 copy color: '#520908'

red 82 ◦ green 9 ◦ blue 8

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

Shades of Red Oxide #520908

Tints of Red Oxide #520908

RGB

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

 GREEN value IS 9 (3.91% from 255) = 9.09%

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

R = 82.83%
G = 9.09%
B = 8.08%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.90

 K value IS 0.68

RGB Variations

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

Color information

#520908 (or 0x520908) is known color: Red Oxide. HEX triplet: 52, 09 and 08. RGB value is (82,9,8). Sum of RGB (Red+Green+Blue) = 82+9+8=99 (13% of max value = 765). Red value is 82 (32.42% from 255 or 82.83% from 99); Green value is 9 (3.91% from 255 or 9.09% from 99); Blue value is 8 (3.52% from 255 or 8.08% from 99); Max value from RGB is 82 - color contains mainly: red. Hex color #520908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520908 is #ADF6F7. Grayscale: #1E1E1E. Windows color (decimal): -11400952 or 526674. OLE color: 526674.

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

Color convert

RGB 82 9 8 -
CMYK 0 0.89 0.90 0.68
HSL 0.81º 0.82% 0.18% -
HSV(B) 0.81º 0.9% 0.32% -
XYZ 3.62 2.01 0.43 -
YUV 30.71 115.18 164.58 -
System Red Green Blue C M Y K H S L
Decimal 82 9 8 0 0.89 0.90 0.68 0.81 0.82 0.18
Hex 52 9 8 0 59 5A 44 1 52 12
Octal 122 11 10 0 131 132 104 1 122 22
Binary 1010010 1001 1000 0 1011001 1011010 1000100 1 1010010 10010

Color Harmonies of #520908

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520908

Black with #520908

Text Example


Text Example

White with #520908

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520908; }

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

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

background-color css

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

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

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

border-color css

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

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

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