#621F11

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

Shades of Red Oxide #621F11

Tints of Red Oxide #621F11

Color information

#621F11 (or 0x621F11) is unknown color: approx Red Oxide. HEX triplet: 62, 1F and 11. RGB value is (98,31,17). Sum of RGB (Red+Green+Blue) = 98+31+17=146 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.12% from 146); Green value is 31 (12.5% from 255 or 21.23% from 146); Blue value is 17 (7.03% from 255 or 11.64% from 146); Max value from RGB is 98 - color contains mainly: red. Hex color #621F11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621F11 is #9DE0EE. Grayscale: #313131. Windows color (decimal): -10346735 or 1122146. OLE color: 1122146.

HSL color Cylindrical-coordinate representation of color #621F11: hue angle of 10.37º degrees, saturation: 0.7, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #621F11 is Cyan = 0, Magento = 0.68, Yellow = 0.83 and Black (K on CMYK) = 0.62.

Color convert

RGB983117-
CMYK00.680.830.62
HSL10.37º70.43%22.55%-
HSV(B)10.37º82.65%38.43%-
XYZ5.633.620.93-
YUV49.44109.7162.64-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.12%
GREEN value IS 31 (12.5% from 255) = 21.23%
BLUE value IS 17 (7.03% from 255) = 11.64%
R=67.12%
G=21.23%
B=11.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98311700.680.830.6210.3770.4322.55
Hex621F11044533Ea4617
Octal14237210104123761210627
Binary110001011111100010100010010100111111101010100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621F11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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