Html Css Color HEX #521304 Red Oxide

📋 copy color: '#521304'

red 82 ◦ green 19 ◦ blue 4

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

Shades of Red Oxide #521304

Tints of Red Oxide #521304

RGB

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

 GREEN value IS 19 (7.81% from 255) = 18.1%

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

R = 78.1%
G = 18.1%
B = 3.81%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#521304 (or 0x521304) is known color: Red Oxide. HEX triplet: 52, 13 and 04. RGB value is (82,19,4). Sum of RGB (Red+Green+Blue) = 82+19+4=105 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.10% from 105); Green value is 19 (7.81% from 255 or 18.10% from 105); Blue value is 4 (1.95% from 255 or 3.81% from 105); Max value from RGB is 82 - color contains mainly: red. Hex color #521304 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521304 is #ADECFB. Grayscale: #242424. Windows color (decimal): -11398396 or 267090. OLE color: 267090.

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

Color convert

RGB 82 19 4 -
CMYK 0 0.77 0.95 0.68
HSL 11.54º 0.91% 0.17% -
HSV(B) 11.54º 0.95% 0.32% -
XYZ 3.73 2.27 0.36 -
YUV 36.13 109.87 160.72 -
System Red Green Blue C M Y K H S L
Decimal 82 19 4 0 0.77 0.95 0.68 11.54 0.91 0.17
Hex 52 13 4 0 4D 5F 44 C 5B 11
Octal 122 23 4 0 115 137 104 14 133 21
Binary 1010010 10011 100 0 1001101 1011111 1000100 1100 1011011 10001

Color Harmonies of #521304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521304

Black with #521304

Text Example


Text Example

White with #521304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521304; }

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

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

background-color css

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

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

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

border-color css

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

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

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