Html Css Color HEX #521917 Red Oxide

📋 copy color: '#521917'

red 82 ◦ green 25 ◦ blue 23

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

Shades of Red Oxide #521917

Tints of Red Oxide #521917

RGB

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

 GREEN value IS 25 (10.16% from 255) = 19.23%

 BLUE value IS 23 (9.38% from 255) = 17.69%

R = 63.08%
G = 19.23%
B = 17.69%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.68

RGB Variations

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

Color information

#521917 (or 0x521917) is known color: Red Oxide. HEX triplet: 52, 19 and 17. RGB value is (82,25,23). Sum of RGB (Red+Green+Blue) = 82+25+23=130 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.08% from 130); Green value is 25 (10.16% from 255 or 19.23% from 130); Blue value is 23 (9.38% from 255 or 17.69% from 130); Max value from RGB is 82 - color contains mainly: red. Hex color #521917 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521917 is #ADE6E8. Grayscale: #292929. Windows color (decimal): -11396841 or 1513810. OLE color: 1513810.

HSL color Cylindrical-coordinate representation of color #521917: hue angle of 2.03º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #521917 is Cyan = 0, Magento = 0.70, Yellow = 0.72 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 25 23 -
CMYK 0 0.70 0.72 0.68
HSL 2.03º 0.56% 0.21% -
HSV(B) 2.03º 0.72% 0.32% -
XYZ 3.98 2.55 1.09 -
YUV 41.82 117.38 156.66 -
System Red Green Blue C M Y K H S L
Decimal 82 25 23 0 0.70 0.72 0.68 2.03 0.56 0.21
Hex 52 19 17 0 46 48 44 2 38 15
Octal 122 31 27 0 106 110 104 2 70 25
Binary 1010010 11001 10111 0 1000110 1001000 1000100 10 111000 10101

Color Harmonies of #521917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521917

Black with #521917

Text Example


Text Example

White with #521917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521917; }

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

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

background-color css

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

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

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

border-color css

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

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

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