Html Css Color HEX #520804 Red Oxide

📋 copy color: '#520804'

red 82 ◦ green 8 ◦ blue 4

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

Shades of Red Oxide #520804

Tints of Red Oxide #520804

RGB

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

 GREEN value IS 8 (3.52% from 255) = 8.51%

 BLUE value IS 4 (1.95% from 255) = 4.26%

R = 87.23%
G = 8.51%
B = 4.26%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#520804 (or 0x520804) is known color: Red Oxide. HEX triplet: 52, 08 and 04. RGB value is (82,8,4). Sum of RGB (Red+Green+Blue) = 82+8+4=94 (12% of max value = 765). Red value is 82 (32.42% from 255 or 87.23% from 94); Green value is 8 (3.52% from 255 or 8.51% from 94); Blue value is 4 (1.95% from 255 or 4.26% from 94); Max value from RGB is 82 - color contains mainly: red. Hex color #520804 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520804 is #ADF7FB. Grayscale: #1D1D1D. Windows color (decimal): -11401212 or 264274. OLE color: 264274.

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

Color convert

RGB 82 8 4 -
CMYK 0 0.90 0.95 0.68
HSL 3.08º 0.91% 0.17% -
HSV(B) 3.08º 0.95% 0.32% -
XYZ 3.59 1.98 0.31 -
YUV 29.67 113.52 165.33 -
System Red Green Blue C M Y K H S L
Decimal 82 8 4 0 0.90 0.95 0.68 3.08 0.91 0.17
Hex 52 8 4 0 5A 5F 44 3 5B 11
Octal 122 10 4 0 132 137 104 3 133 21
Binary 1010010 1000 100 0 1011010 1011111 1000100 11 1011011 10001

Color Harmonies of #520804

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520804

Black with #520804

Text Example


Text Example

White with #520804

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520804; }

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

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

background-color css

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

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

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

border-color css

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

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

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