Html Css Color HEX #521504 Red Oxide

📋 copy color: '#521504'

red 82 ◦ green 21 ◦ blue 4

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

Shades of Red Oxide #521504

Tints of Red Oxide #521504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 19.63%

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

R = 76.64%
G = 19.63%
B = 3.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.95

 K value IS 0.68

RGB Variations

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

Color information

#521504 (or 0x521504) is known color: Red Oxide. HEX triplet: 52, 15 and 04. RGB value is (82,21,4). Sum of RGB (Red+Green+Blue) = 82+21+4=107 (14% of max value = 765). Red value is 82 (32.42% from 255 or 76.64% from 107); Green value is 21 (8.59% from 255 or 19.63% from 107); Blue value is 4 (1.95% from 255 or 3.74% from 107); Max value from RGB is 82 - color contains mainly: red. Hex color #521504 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521504 is #ADEAFB. Grayscale: #252525. Windows color (decimal): -11397884 or 267602. OLE color: 267602.

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

Color convert

RGB 82 21 4 -
CMYK 0 0.74 0.95 0.68
HSL 13.08º 0.91% 0.17% -
HSV(B) 13.08º 0.95% 0.32% -
XYZ 3.77 2.34 0.37 -
YUV 37.3 109.21 159.88 -
System Red Green Blue C M Y K H S L
Decimal 82 21 4 0 0.74 0.95 0.68 13.08 0.91 0.17
Hex 52 15 4 0 4A 5F 44 D 5B 11
Octal 122 25 4 0 112 137 104 15 133 21
Binary 1010010 10101 100 0 1001010 1011111 1000100 1101 1011011 10001

Color Harmonies of #521504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521504

Black with #521504

Text Example


Text Example

White with #521504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521504; }

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

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

background-color css

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

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

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

border-color css

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

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

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