#521817

Color #521817 Red Oxide (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Oxide #521817

Tints of Red Oxide #521817

Color information

#521817 (or 0x521817) is unknown color: approx Red Oxide. HEX triplet: 52, 18 and 17. RGB value is (82,24,23). Sum of RGB (Red+Green+Blue) = 82+24+23=129 (17% of max value = 765). Red value is 82 (32.42% from 255 or 63.57% from 129); Green value is 24 (9.77% from 255 or 18.60% from 129); Blue value is 23 (9.38% from 255 or 17.83% from 129); Max value from RGB is 82 - color contains mainly: red. Hex color #521817 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #521817 is #ADE7E8. Grayscale: #292929. Windows color (decimal): -11397097 or 1513554. OLE color: 1513554.

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

Color convert

RGB822423-
CMYK00.710.720.68
HSL1.02º56.19%20.59%-
HSV(B)1.02º71.95%32.16%-
XYZ3.962.511.09-
YUV41.23117.72157.08-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 63.57%
GREEN value IS 24 (9.77% from 255) = 18.60%
BLUE value IS 23 (9.38% from 255) = 17.83%
R=63.57%
G=18.60%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.72
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82242300.710.720.681.0256.1920.59
Hex521817047484413815
Octal1223027010711010417025
Binary101001011000101110100011110010001000100111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #521817

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #521817; }

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

 H1.HeaderClassName
 {
   color: #521817;
 }
 .AnyTagClassName
 {
   color: #521817;
 }
</style>
background-color css

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

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

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

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

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

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