Html Css Color HEX #521712 Red Oxide

📋 copy color: '#521712'

red 82 ◦ green 23 ◦ blue 18

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

Shades of Red Oxide #521712

Tints of Red Oxide #521712

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 14.63%

R = 66.67%
G = 18.7%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.68

RGB Variations

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

Color information

#521712 (or 0x521712) is known color: Red Oxide. HEX triplet: 52, 17 and 12. RGB value is (82,23,18). Sum of RGB (Red+Green+Blue) = 82+23+18=123 (16% of max value = 765). Red value is 82 (32.42% from 255 or 66.67% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 18 (7.42% from 255 or 14.63% from 123); Max value from RGB is 82 - color contains mainly: red. Hex color #521712 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521712 is #ADE8ED. Grayscale: #282828. Windows color (decimal): -11397358 or 1185618. OLE color: 1185618.

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

Color convert

RGB 82 23 18 -
CMYK 0 0.72 0.78 0.68
HSL 4.69º 0.64% 0.2% -
HSV(B) 4.69º 0.78% 0.32% -
XYZ 3.9 2.45 0.84 -
YUV 40.07 115.55 157.91 -
System Red Green Blue C M Y K H S L
Decimal 82 23 18 0 0.72 0.78 0.68 4.69 0.64 0.2
Hex 52 17 12 0 48 4E 44 5 40 14
Octal 122 27 22 0 110 116 104 5 100 24
Binary 1010010 10111 10010 0 1001000 1001110 1000100 101 1000000 10100

Color Harmonies of #521712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #521712

Black with #521712

Text Example


Text Example

White with #521712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #521712; }

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

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

background-color css

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

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

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

border-color css

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

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

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