#621515

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

Shades of Red Oxide #621515

Tints of Red Oxide #621515

Color information

#621515 (or 0x621515) is unknown color: approx Red Oxide. HEX triplet: 62, 15 and 15. RGB value is (98,21,21). Sum of RGB (Red+Green+Blue) = 98+21+21=140 (18% of max value = 765). Red value is 98 (38.67% from 255 or 70% from 140); Green value is 21 (8.59% from 255 or 15% from 140); Blue value is 21 (8.59% from 255 or 15% from 140); Max value from RGB is 98 - color contains mainly: red. Hex color #621515 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621515 is #9DEAEA. Grayscale: #2C2C2C. Windows color (decimal): -10349291 or 1381730. OLE color: 1381730.

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

Color convert

RGB982121-
CMYK00.790.790.62
HSL64.71%23.33%-
HSV(B)78.57%38.43%-
XYZ5.443.191.04-
YUV44.02115.01166.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 70%
GREEN value IS 21 (8.59% from 255) = 15%
BLUE value IS 21 (8.59% from 255) = 15%
R=70%
G=15%
B=15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98212100.790.790.62064.7123.33
Hex62151504F4F3E04117
Octal1422525011711776010127
Binary110001010101101010100111110011111111100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621515; }

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

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

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

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

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

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

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

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