#621703

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

Shades of Red Oxide #621703

Tints of Red Oxide #621703

Color information

#621703 (or 0x621703) is unknown color: approx Red Oxide. HEX triplet: 62, 17 and 03. RGB value is (98,23,3). Sum of RGB (Red+Green+Blue) = 98+23+3=124 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.03% from 124); Green value is 23 (9.38% from 255 or 18.55% from 124); Blue value is 3 (1.56% from 255 or 2.42% from 124); Max value from RGB is 98 - color contains mainly: red. Hex color #621703 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621703 is #9DE8FC. Grayscale: #2B2B2B. Windows color (decimal): -10348797 or 202594. OLE color: 202594.

HSL color Cylindrical-coordinate representation of color #621703: hue angle of 12.63º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #621703 is Cyan = 0, Magento = 0.77, Yellow = 0.97 and Black (K on CMYK) = 0.62.

Color convert

RGB98233-
CMYK00.770.970.62
HSL12.63º94.06%19.8%-
HSV(B)12.63º96.94%38.43%-
XYZ5.363.220.42-
YUV43.14105.35167.13-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.03%
GREEN value IS 23 (9.38% from 255) = 18.55%
BLUE value IS 3 (1.56% from 255) = 2.42%
R=79.03%
G=18.55%
B=2.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.97
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9823300.770.970.6212.6394.0619.8
Hex6217304D613Ed5e14
Octal1422730115141761513624
Binary110001010111110100110111000011111101101101111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621703

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621703; }

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

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

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

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

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

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

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

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