Html Css Color HEX #521204 Red Oxide

📋 copy color: '#521204'

red 82 ◦ green 18 ◦ blue 4

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

Shades of Red Oxide #521204

Tints of Red Oxide #521204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 17.31%

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

R = 78.85%
G = 17.31%
B = 3.85%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#521204 (or 0x521204) is known color: Red Oxide. HEX triplet: 52, 12 and 04. RGB value is (82,18,4). Sum of RGB (Red+Green+Blue) = 82+18+4=104 (13% of max value = 765). Red value is 82 (32.42% from 255 or 78.85% from 104); Green value is 18 (7.42% from 255 or 17.31% from 104); Blue value is 4 (1.95% from 255 or 3.85% from 104); Max value from RGB is 82 - color contains mainly: red. Hex color #521204 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521204 is #ADEDFB. Grayscale: #232323. Windows color (decimal): -11398652 or 266834. OLE color: 266834.

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

Color convert

RGB 82 18 4 -
CMYK 0 0.78 0.95 0.68
HSL 10.77º 0.91% 0.17% -
HSV(B) 10.77º 0.95% 0.32% -
XYZ 3.72 2.24 0.35 -
YUV 35.54 110.2 161.14 -
System Red Green Blue C M Y K H S L
Decimal 82 18 4 0 0.78 0.95 0.68 10.77 0.91 0.17
Hex 52 12 4 0 4E 5F 44 B 5B 11
Octal 122 22 4 0 116 137 104 13 133 21
Binary 1010010 10010 100 0 1001110 1011111 1000100 1011 1011011 10001

Color Harmonies of #521204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521204

Black with #521204

Text Example


Text Example

White with #521204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521204; }

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

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

background-color css

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

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

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

border-color css

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

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

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