Html Css Color HEX #521413 Red Oxide

📋 copy color: '#521413'

red 82 ◦ green 20 ◦ blue 19

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

Shades of Red Oxide #521413

Tints of Red Oxide #521413

RGB

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

 GREEN value IS 20 (8.2% from 255) = 16.53%

 BLUE value IS 19 (7.81% from 255) = 15.7%

R = 67.77%
G = 16.53%
B = 15.7%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#521413 (or 0x521413) is known color: Red Oxide. HEX triplet: 52, 14 and 13. RGB value is (82,20,19). Sum of RGB (Red+Green+Blue) = 82+20+19=121 (16% of max value = 765). Red value is 82 (32.42% from 255 or 67.77% from 121); Green value is 20 (8.20% from 255 or 16.53% from 121); Blue value is 19 (7.81% from 255 or 15.70% from 121); Max value from RGB is 82 - color contains mainly: red. Hex color #521413 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521413 is #ADEBEC. Grayscale: #262626. Windows color (decimal): -11398125 or 1250386. OLE color: 1250386.

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

Color convert

RGB 82 20 19 -
CMYK 0 0.76 0.77 0.68
HSL 0.95º 0.62% 0.2% -
HSV(B) 0.95º 0.77% 0.32% -
XYZ 3.85 2.34 0.87 -
YUV 38.42 117.04 159.08 -
System Red Green Blue C M Y K H S L
Decimal 82 20 19 0 0.76 0.77 0.68 0.95 0.62 0.2
Hex 52 14 13 0 4C 4D 44 1 3E 14
Octal 122 24 23 0 114 115 104 1 76 24
Binary 1010010 10100 10011 0 1001100 1001101 1000100 1 111110 10100

Color Harmonies of #521413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521413

Black with #521413

Text Example


Text Example

White with #521413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521413; }

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

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

background-color css

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

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

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

border-color css

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

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

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