#621810

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

Shades of Red Oxide #621810

Tints of Red Oxide #621810

Color information

#621810 (or 0x621810) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 10. RGB value is (98,24,16). Sum of RGB (Red+Green+Blue) = 98+24+16=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 24 (9.77% from 255 or 17.39% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #621810 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621810 is #9DE7EF. Grayscale: #2D2D2D. Windows color (decimal): -10348528 or 1054818. OLE color: 1054818.

HSL color Cylindrical-coordinate representation of color #621810: hue angle of 5.85º 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 #621810 is Cyan = 0, Magento = 0.76, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB982416-
CMYK00.760.840.62
HSL5.85º71.93%22.35%-
HSV(B)5.85º83.67%38.43%-
XYZ5.463.290.84-
YUV45.21111.52165.65-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.01%
GREEN value IS 24 (9.77% from 255) = 17.39%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=71.01%
G=17.39%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98241600.760.840.625.8571.9322.35
Hex62181004C543E64816
Octal1423020011412476611026
Binary11000101100010000010011001010100111110110100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621810

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621810; }

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

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

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

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

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

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

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

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