#621102

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

Shades of Red Oxide #621102

Tints of Red Oxide #621102

Color information

#621102 (or 0x621102) is unknown color: approx Red Oxide. HEX triplet: 62, 11 and 02. RGB value is (98,17,2). Sum of RGB (Red+Green+Blue) = 98+17+2=117 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.76% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 2 (1.17% from 255 or 1.71% from 117); Max value from RGB is 98 - color contains mainly: red. Hex color #621102 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621102 is #9DEEFD. Grayscale: #272727. Windows color (decimal): -10350334 or 135522. OLE color: 135522.

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

Color convert

RGB98172-
CMYK00.830.980.62
HSL9.38º96%19.61%-
HSV(B)9.38º97.96%38.43%-
XYZ5.2530.36-
YUV39.51106.84169.72-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 83.76%
GREEN value IS 17 (7.03% from 255) = 14.53%
BLUE value IS 2 (1.17% from 255) = 1.71%
R=83.76%
G=14.53%
B=1.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.98
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9817200.830.980.629.389619.61
Hex62112053623E96014
Octal1422120123142761114024
Binary110001010001100101001111000101111101001110000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621102

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621102; }

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

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

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

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

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

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

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

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