#621510

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

Shades of Red Oxide #621510

Tints of Red Oxide #621510

Color information

#621510 (or 0x621510) is unknown color: approx Red Oxide. HEX triplet: 62, 15 and 10. RGB value is (98,21,16). Sum of RGB (Red+Green+Blue) = 98+21+16=135 (17% of max value = 765). Red value is 98 (38.67% from 255 or 72.59% from 135); Green value is 21 (8.59% from 255 or 15.56% from 135); Blue value is 16 (6.64% from 255 or 11.85% from 135); Max value from RGB is 98 - color contains mainly: red. Hex color #621510 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621510 is #9DEAEF. Grayscale: #2B2B2B. Windows color (decimal): -10349296 or 1054050. OLE color: 1054050.

HSL color Cylindrical-coordinate representation of color #621510: hue angle of 3.66º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #621510 is Cyan = 0, Magento = 0.79, Yellow = 0.84 and Black (K on CMYK) = 0.62.

Color convert

RGB982116-
CMYK00.790.840.62
HSL3.66º71.93%22.35%-
HSV(B)3.66º83.67%38.43%-
XYZ5.43.170.82-
YUV43.45112.51166.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 72.59%
GREEN value IS 21 (8.59% from 255) = 15.56%
BLUE value IS 16 (6.64% from 255) = 11.85%
R=72.59%
G=15.56%
B=11.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.84
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98211600.790.840.623.6671.9322.35
Hex62151004F543E44816
Octal1422520011712476411026
Binary11000101010110000010011111010100111110100100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621510

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621510; }

 p { color: rgb(98,21,16); }

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

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

 a { background-color: rgb(98,21,16); }

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

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

 span { border-color: rgb(98,21,16); }

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