#621711

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

Shades of Red Oxide #621711

Tints of Red Oxide #621711

Color information

#621711 (or 0x621711) is unknown color: approx Red Oxide. HEX triplet: 62, 17 and 11. RGB value is (98,23,17). Sum of RGB (Red+Green+Blue) = 98+23+17=138 (18% of max value = 765). Red value is 98 (38.67% from 255 or 71.01% from 138); Green value is 23 (9.38% from 255 or 16.67% from 138); Blue value is 17 (7.03% from 255 or 12.32% from 138); Max value from RGB is 98 - color contains mainly: red. Hex color #621711 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621711 is #9DE8EE. Grayscale: #2C2C2C. Windows color (decimal): -10348783 or 1120098. OLE color: 1120098.

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

Color convert

RGB982317-
CMYK00.770.830.62
HSL4.44º70.43%22.55%-
HSV(B)4.44º82.65%38.43%-
XYZ5.443.250.87-
YUV44.74112.35165.99-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 71.01%
GREEN value IS 23 (9.38% from 255) = 16.67%
BLUE value IS 17 (7.03% from 255) = 12.32%
R=71.01%
G=16.67%
B=12.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.83
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98231700.770.830.624.4470.4322.55
Hex62171104D533E44617
Octal1422721011512376410627
Binary11000101011110001010011011010011111110100100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621711; }

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

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

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

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

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

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

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

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