#621107

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

Shades of Red Oxide #621107

Tints of Red Oxide #621107

Color information

#621107 (or 0x621107) is unknown color: approx Red Oxide. HEX triplet: 62, 11 and 07. RGB value is (98,17,7). Sum of RGB (Red+Green+Blue) = 98+17+7=122 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.33% from 122); Green value is 17 (7.03% from 255 or 13.93% from 122); Blue value is 7 (3.12% from 255 or 5.74% from 122); Max value from RGB is 98 - color contains mainly: red. Hex color #621107 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621107 is #9DEEF8. Grayscale: #282828. Windows color (decimal): -10350329 or 463202. OLE color: 463202.

HSL color Cylindrical-coordinate representation of color #621107: hue angle of 6.59º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #621107 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.62.

Color convert

RGB98177-
CMYK00.830.930.62
HSL6.59º86.67%20.59%-
HSV(B)6.59º92.86%38.43%-
XYZ5.283.010.5-
YUV40.08109.34169.31-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 80.33%
GREEN value IS 17 (7.03% from 255) = 13.93%
BLUE value IS 7 (3.12% from 255) = 5.74%
R=80.33%
G=13.93%
B=5.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.93
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9817700.830.930.626.5986.6720.59
Hex621170535D3E75715
Octal142217012313576712725
Binary110001010001111010100111011101111110111101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621107

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621107; }

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

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

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

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

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

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

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

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