Html Css Color HEX #521613 Red Oxide

📋 copy color: '#521613'

red 82 ◦ green 22 ◦ blue 19

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

Shades of Red Oxide #521613

Tints of Red Oxide #521613

RGB

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

 GREEN value IS 22 (8.98% from 255) = 17.89%

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

R = 66.67%
G = 17.89%
B = 15.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.68

RGB Variations

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

Color information

#521613 (or 0x521613) is known color: Red Oxide. HEX triplet: 52, 16 and 13. RGB value is (82,22,19). Sum of RGB (Red+Green+Blue) = 82+22+19=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 22 (8.98% from 255 or 17.89% from 123); Blue value is 19 (7.81% from 255 or 15.45% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #521613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521613 is #ADE9EC. Grayscale: #272727. Windows color (decimal): -11397613 or 1250898. OLE color: 1250898.

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

Color convert

RGB 82 22 19 -
CMYK 0 0.73 0.77 0.68
HSL 2.86º 0.62% 0.2% -
HSV(B) 2.86º 0.77% 0.32% -
XYZ 3.88 2.41 0.88 -
YUV 39.6 116.38 158.24 -
System Red Green Blue C M Y K H S L
Decimal 82 22 19 0 0.73 0.77 0.68 2.86 0.62 0.2
Hex 52 16 13 0 49 4D 44 3 3E 14
Octal 122 26 23 0 111 115 104 3 76 24
Binary 1010010 10110 10011 0 1001001 1001101 1000100 11 111110 10100

Color Harmonies of #521613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521613

Black with #521613

Text Example


Text Example

White with #521613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521613; }

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

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

background-color css

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

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

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

border-color css

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

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

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