Html Css Color HEX #521713 Red Oxide

📋 copy color: '#521713'

red 82 ◦ green 23 ◦ blue 19

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

Shades of Red Oxide #521713

Tints of Red Oxide #521713

RGB

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

 GREEN value IS 23 (9.38% from 255) = 18.55%

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

R = 66.13%
G = 18.55%
B = 15.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#521713 (or 0x521713) is known color: Red Oxide. HEX triplet: 52, 17 and 13. RGB value is (82,23,19). Sum of RGB (Red+Green+Blue) = 82+23+19=124 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.13% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 19 (7.81% from 255 or 15.32% from 124); Max value from RGB is 82 - color contains mainly: red. Hex color #521713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521713 is #ADE8EC. Grayscale: #282828. Windows color (decimal): -11397357 or 1251154. OLE color: 1251154.

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

Color convert

RGB 82 23 19 -
CMYK 0 0.72 0.77 0.68
HSL 3.81º 0.62% 0.2% -
HSV(B) 3.81º 0.77% 0.32% -
XYZ 3.9 2.45 0.88 -
YUV 40.19 116.05 157.83 -
System Red Green Blue C M Y K H S L
Decimal 82 23 19 0 0.72 0.77 0.68 3.81 0.62 0.2
Hex 52 17 13 0 48 4D 44 4 3E 14
Octal 122 27 23 0 110 115 104 4 76 24
Binary 1010010 10111 10011 0 1001000 1001101 1000100 100 111110 10100

Color Harmonies of #521713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521713

Black with #521713

Text Example


Text Example

White with #521713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521713; }

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

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

background-color css

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

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

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

border-color css

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

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

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