#621710

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

Shades of Red Oxide #621710

Tints of Red Oxide #621710

Color information

#621710 (or 0x621710) is unknown color: approx Red Oxide. HEX triplet: 62, 17 and 10. RGB value is (98,23,16). Sum of RGB (Red+Green+Blue) = 98+23+16=137 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.53% from 137); Green value is 23 (9.38% from 255 or 16.79% from 137); Blue value is 16 (6.64% from 255 or 11.68% from 137); Max value from RGB is 98 - color contains mainly: red. Hex color #621710 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621710 is #9DE8EF. Grayscale: #2C2C2C. Windows color (decimal): -10348784 or 1054562. OLE color: 1054562.

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

Color convert

RGB982316-
CMYK00.770.840.62
HSL5.12º71.93%22.35%-
HSV(B)5.12º83.67%38.43%-
XYZ5.443.250.83-
YUV44.63111.85166.07-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.53%
GREEN value IS 23 (9.38% from 255) = 16.79%
BLUE value IS 16 (6.64% from 255) = 11.68%
R=71.53%
G=16.79%
B=11.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98231600.770.840.625.1271.9322.35
Hex62171004D543E54816
Octal1422720011512476511026
Binary11000101011110000010011011010100111110101100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621710

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621710; }

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

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

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

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

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

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

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

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