#621F17

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

Shades of Red Oxide #621F17

Tints of Red Oxide #621F17

Color information

#621F17 (or 0x621F17) is unknown color: approx Red Oxide. HEX triplet: 62, 1F and 17. RGB value is (98,31,23). Sum of RGB (Red+Green+Blue) = 98+31+23=152 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.47% from 152); Green value is 31 (12.5% from 255 or 20.39% from 152); Blue value is 23 (9.38% from 255 or 15.13% from 152); Max value from RGB is 98 - color contains mainly: red. Hex color #621F17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621F17 is #9DE0E8. Grayscale: #323232. Windows color (decimal): -10346729 or 1515362. OLE color: 1515362.

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

Color convert

RGB983123-
CMYK00.680.770.62
HSL6.4º61.98%23.73%-
HSV(B)6.4º76.53%38.43%-
XYZ5.683.641.21-
YUV50.12112.7162.15-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.47%
GREEN value IS 31 (12.5% from 255) = 20.39%
BLUE value IS 23 (9.38% from 255) = 15.13%
R=64.47%
G=20.39%
B=15.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.77
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98312300.680.770.626.461.9823.73
Hex621F170444D3E63e18
Octal142372701041157667630
Binary1100010111111011101000100100110111111011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F17

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621F17; }

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

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

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

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

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

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

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

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