Html Css Color HEX #520803 Red Oxide

📋 copy color: '#520803'

red 82 ◦ green 8 ◦ blue 3

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

Shades of Red Oxide #520803

Tints of Red Oxide #520803

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.23%

R = 88.17%
G = 8.6%
B = 3.23%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.96

 K value IS 0.68

RGB Variations

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

Color information

#520803 (or 0x520803) is known color: Red Oxide. HEX triplet: 52, 08 and 03. RGB value is (82,8,3). Sum of RGB (Red+Green+Blue) = 82+8+3=93 (12% of max value = 765). Red value is 82 (32.42% from 255 or 88.17% from 93); Green value is 8 (3.52% from 255 or 8.60% from 93); Blue value is 3 (1.56% from 255 or 3.23% from 93); Max value from RGB is 82 - color contains mainly: red. Hex color #520803 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #520803 is #ADF7FC. Grayscale: #1D1D1D. Windows color (decimal): -11401213 or 198738. OLE color: 198738.

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

Color convert

RGB 82 8 3 -
CMYK 0 0.90 0.96 0.68
HSL 3.8º 0.93% 0.17% -
HSV(B) 3.8º 0.96% 0.32% -
XYZ 3.58 1.97 0.28 -
YUV 29.56 113.02 165.41 -
System Red Green Blue C M Y K H S L
Decimal 82 8 3 0 0.90 0.96 0.68 3.8 0.93 0.17
Hex 52 8 3 0 5A 60 44 4 5D 11
Octal 122 10 3 0 132 140 104 4 135 21
Binary 1010010 1000 11 0 1011010 1100000 1000100 100 1011101 10001

Color Harmonies of #520803

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #520803

Black with #520803

Text Example


Text Example

White with #520803

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #520803; }

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

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

background-color css

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

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

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

border-color css

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

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

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