#621F10

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

Shades of Red Oxide #621F10

Tints of Red Oxide #621F10

Color information

#621F10 (or 0x621F10) is unknown color: approx Red Oxide. HEX triplet: 62, 1F and 10. RGB value is (98,31,16). Sum of RGB (Red+Green+Blue) = 98+31+16=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 31 (12.5% from 255 or 21.38% from 145); Blue value is 16 (6.64% from 255 or 11.03% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #621F10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621F10 is #9DE0EF. Grayscale: #313131. Windows color (decimal): -10346736 or 1056610. OLE color: 1056610.

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

Color convert

RGB983116-
CMYK00.680.840.62
HSL10.98º71.93%22.35%-
HSV(B)10.98º83.67%38.43%-
XYZ5.623.610.89-
YUV49.32109.2162.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.59%
GREEN value IS 31 (12.5% from 255) = 21.38%
BLUE value IS 16 (6.64% from 255) = 11.03%
R=67.59%
G=21.38%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98311600.680.840.6210.9871.9322.35
Hex621F10044543Eb4816
Octal14237200104124761311026
Binary110001011111100000100010010101001111101011100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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