Html Css Color HEX #521104 Red Oxide

📋 copy color: '#521104'

red 82 ◦ green 17 ◦ blue 4

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

Shades of Red Oxide #521104

Tints of Red Oxide #521104

RGB

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

 GREEN value IS 17 (7.03% from 255) = 16.5%

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

R = 79.61%
G = 16.5%
B = 3.88%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#521104 (or 0x521104) is known color: Red Oxide. HEX triplet: 52, 11 and 04. RGB value is (82,17,4). Sum of RGB (Red+Green+Blue) = 82+17+4=103 (13% of max value = 765). Red value is 82 (32.42% from 255 or 79.61% from 103); Green value is 17 (7.03% from 255 or 16.50% from 103); Blue value is 4 (1.95% from 255 or 3.88% from 103); Max value from RGB is 82 - color contains mainly: red. Hex color #521104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521104 is #ADEEFB. Grayscale: #232323. Windows color (decimal): -11398908 or 266578. OLE color: 266578.

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

Color convert

RGB 82 17 4 -
CMYK 0 0.79 0.95 0.68
HSL 10º 0.91% 0.17% -
HSV(B) 10º 0.95% 0.32% -
XYZ 3.7 2.2 0.35 -
YUV 34.95 110.53 161.56 -
System Red Green Blue C M Y K H S L
Decimal 82 17 4 0 0.79 0.95 0.68 10 0.91 0.17
Hex 52 11 4 0 4F 5F 44 A 5B 11
Octal 122 21 4 0 117 137 104 12 133 21
Binary 1010010 10001 100 0 1001111 1011111 1000100 1010 1011011 10001

Color Harmonies of #521104

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521104

Black with #521104

Text Example


Text Example

White with #521104

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521104; }

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

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

background-color css

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

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

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

border-color css

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

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

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