#621A11

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

Shades of Red Oxide #621A11

Tints of Red Oxide #621A11

Color information

#621A11 (or 0x621A11) is unknown color: approx Red Oxide. HEX triplet: 62, 1A and 11. RGB value is (98,26,17). Sum of RGB (Red+Green+Blue) = 98+26+17=141 (18% of max value = 765). Red value is 98 (38.67% from 255 or 69.50% from 141); Green value is 26 (10.55% from 255 or 18.44% from 141); Blue value is 17 (7.03% from 255 or 12.06% from 141); Max value from RGB is 98 - color contains mainly: red. Hex color #621A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A11 is #9DE5EE. Grayscale: #2E2E2E. Windows color (decimal): -10348015 or 1120866. OLE color: 1120866.

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

Color convert

RGB982617-
CMYK00.730.830.62
HSL6.67º70.43%22.55%-
HSV(B)6.67º82.65%38.43%-
XYZ5.513.380.89-
YUV46.5111.35164.73-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 69.50%
GREEN value IS 26 (10.55% from 255) = 18.44%
BLUE value IS 17 (7.03% from 255) = 12.06%
R=69.50%
G=18.44%
B=12.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98261700.730.830.626.6770.4322.55
Hex621A11049533E74617
Octal1423221011112376710627
Binary11000101101010001010010011010011111110111100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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