#621713

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

Shades of Red Oxide #621713

Tints of Red Oxide #621713

Color information

#621713 (or 0x621713) is unknown color: approx Red Oxide. HEX triplet: 62, 17 and 13. RGB value is (98,23,19). Sum of RGB (Red+Green+Blue) = 98+23+19=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 23 (9.38% from 255 or 16.43% from 140); Blue value is 19 (7.81% from 255 or 13.57% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621713 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621713 is #9DE8EC. Grayscale: #2D2D2D. Windows color (decimal): -10348781 or 1251170. OLE color: 1251170.

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

Color convert

RGB982319-
CMYK00.770.810.62
HSL3.04º67.52%22.94%-
HSV(B)3.04º80.61%38.43%-
XYZ5.463.260.96-
YUV44.97113.35165.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 23 (9.38% from 255) = 16.43%
BLUE value IS 19 (7.81% from 255) = 13.57%
R=70%
G=16.43%
B=13.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.81
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98231900.770.810.623.0467.5222.94
Hex62171304D513E34417
Octal1422723011512176310427
Binary1100010101111001101001101101000111111011100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621713

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621713; }

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

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

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

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

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

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

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

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