#621702

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

Shades of Red Oxide #621702

Tints of Red Oxide #621702

Color information

#621702 (or 0x621702) is unknown color: approx Red Oxide. HEX triplet: 62, 17 and 02. RGB value is (98,23,2). Sum of RGB (Red+Green+Blue) = 98+23+2=123 (16% of max value = 765). Red value is 98 (38.67% from 255 or 79.67% from 123); Green value is 23 (9.38% from 255 or 18.70% from 123); Blue value is 2 (1.17% from 255 or 1.63% from 123); Max value from RGB is 98 - color contains mainly: red. Hex color #621702 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621702 is #9DE8FD. Grayscale: #2B2B2B. Windows color (decimal): -10348798 or 137058. OLE color: 137058.

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

Color convert

RGB98232-
CMYK00.770.980.62
HSL13.12º96%19.61%-
HSV(B)13.12º97.96%38.43%-
XYZ5.353.210.4-
YUV43.03104.85167.21-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 79.67%
GREEN value IS 23 (9.38% from 255) = 18.70%
BLUE value IS 2 (1.17% from 255) = 1.63%
R=79.67%
G=18.70%
B=1.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9823200.770.980.6213.129619.61
Hex6217204D623Ed6014
Octal1422720115142761514024
Binary110001010111100100110111000101111101101110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621702

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621702; }

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

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

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

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

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

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

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

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