#622017

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

Shades of Red Oxide #622017

Tints of Red Oxide #622017

Color information

#622017 (or 0x622017) is unknown color: approx Red Oxide. HEX triplet: 62, 20 and 17. RGB value is (98,32,23). Sum of RGB (Red+Green+Blue) = 98+32+23=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 32 (12.89% from 255 or 20.92% from 153); Blue value is 23 (9.38% from 255 or 15.03% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #622017 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #622017 is #9DDFE8. Grayscale: #323232. Windows color (decimal): -10346473 or 1515618. OLE color: 1515618.

HSL color Cylindrical-coordinate representation of color #622017: hue angle of 7.2º degrees, saturation: 0.62, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #622017 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.62.

Color convert

RGB983223-
CMYK00.670.770.62
HSL7.2º61.98%23.73%-
HSV(B)7.2º76.53%38.43%-
XYZ5.713.691.22-
YUV50.71112.37161.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.05%
GREEN value IS 32 (12.89% from 255) = 20.92%
BLUE value IS 23 (9.38% from 255) = 15.03%
R=64.05%
G=20.92%
B=15.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98322300.670.770.627.261.9823.73
Hex6220170434D3E73e18
Octal142402701031157677630
Binary11000101000001011101000011100110111111011111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622017; }

 p { color: rgb(98,32,23); }

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

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

 a { background-color: rgb(98,32,23); }

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

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

 span { border-color: rgb(98,32,23); }

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