#621E13

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

Shades of Red Oxide #621E13

Tints of Red Oxide #621E13

Color information

#621E13 (or 0x621E13) is unknown color: approx Red Oxide. HEX triplet: 62, 1E and 13. RGB value is (98,30,19). Sum of RGB (Red+Green+Blue) = 98+30+19=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 30 (12.11% from 255 or 20.41% from 147); Blue value is 19 (7.81% from 255 or 12.93% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #621E13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E13 is #9DE1EC. Grayscale: #313131. Windows color (decimal): -10346989 or 1252962. OLE color: 1252962.

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

Color convert

RGB983019-
CMYK00.690.810.62
HSL8.35º67.52%22.94%-
HSV(B)8.35º80.61%38.43%-
XYZ5.623.571.01-
YUV49.08111.03162.89-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.67%
GREEN value IS 30 (12.11% from 255) = 20.41%
BLUE value IS 19 (7.81% from 255) = 12.93%
R=66.67%
G=20.41%
B=12.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98301900.690.810.628.3567.5222.94
Hex621E13045513E84417
Octal14236230105121761010427
Binary110001011110100110100010110100011111101000100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,30,19); }

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

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

 a { background-color: rgb(98,30,19); }

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

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

 span { border-color: rgb(98,30,19); }

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