#621D10

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

Shades of Red Oxide #621D10

Tints of Red Oxide #621D10

Color information

#621D10 (or 0x621D10) is unknown color: approx Red Oxide. HEX triplet: 62, 1D and 10. RGB value is (98,29,16). Sum of RGB (Red+Green+Blue) = 98+29+16=143 (18% of max value = 765). Red value is 98 (38.67% from 255 or 68.53% from 143); Green value is 29 (11.72% from 255 or 20.28% from 143); Blue value is 16 (6.64% from 255 or 11.19% from 143); Max value from RGB is 98 - color contains mainly: red. Hex color #621D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621D10 is #9DE2EF. Grayscale: #303030. Windows color (decimal): -10347248 or 1056098. OLE color: 1056098.

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

Color convert

RGB982916-
CMYK00.700.840.62
HSL9.51º71.93%22.35%-
HSV(B)9.51º83.67%38.43%-
XYZ5.573.510.87-
YUV48.15109.86163.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.53%
GREEN value IS 29 (11.72% from 255) = 20.28%
BLUE value IS 16 (6.64% from 255) = 11.19%
R=68.53%
G=20.28%
B=11.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98291600.700.840.629.5171.9322.35
Hex621D10046543Ea4816
Octal14235200106124761211026
Binary110001011101100000100011010101001111101010100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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