Html Css Color HEX #521514 Red Oxide

📋 copy color: '#521514'

red 82 ◦ green 21 ◦ blue 20

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

Shades of Red Oxide #521514

Tints of Red Oxide #521514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 16.26%

R = 66.67%
G = 17.07%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.68

RGB Variations

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

Color information

#521514 (or 0x521514) is known color: Red Oxide. HEX triplet: 52, 15 and 14. RGB value is (82,21,20). Sum of RGB (Red+Green+Blue) = 82+21+20=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 21 (8.59% from 255 or 17.07% from 123); Blue value is 20 (8.20% from 255 or 16.26% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #521514 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521514 is #ADEAEB. Grayscale: #272727. Windows color (decimal): -11397868 or 1316178. OLE color: 1316178.

HSL color Cylindrical-coordinate representation of color #521514: hue angle of 0.97º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #521514 is Cyan = 0, Magento = 0.74, Yellow = 0.76 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 21 20 -
CMYK 0 0.74 0.76 0.68
HSL 0.97º 0.61% 0.2% -
HSV(B) 0.97º 0.76% 0.32% -
XYZ 3.87 2.38 0.92 -
YUV 39.13 117.21 158.58 -
System Red Green Blue C M Y K H S L
Decimal 82 21 20 0 0.74 0.76 0.68 0.97 0.61 0.2
Hex 52 15 14 0 4A 4C 44 1 3D 14
Octal 122 25 24 0 112 114 104 1 75 24
Binary 1010010 10101 10100 0 1001010 1001100 1000100 1 111101 10100

Color Harmonies of #521514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521514

Black with #521514

Text Example


Text Example

White with #521514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521514; }

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

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

background-color css

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

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

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

border-color css

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

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

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