#621915

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

Shades of Red Oxide #621915

Tints of Red Oxide #621915

Color information

#621915 (or 0x621915) is unknown color: approx Red Oxide. HEX triplet: 62, 19 and 15. RGB value is (98,25,21). Sum of RGB (Red+Green+Blue) = 98+25+21=144 (19% of max value = 765). Red value is 98 (38.67% from 255 or 68.06% from 144); Green value is 25 (10.16% from 255 or 17.36% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 98 - color contains mainly: red. Hex color #621915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621915 is #9DE6EA. Grayscale: #2E2E2E. Windows color (decimal): -10348267 or 1382754. OLE color: 1382754.

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

Color convert

RGB982521-
CMYK00.740.790.62
HSL3.12º64.71%23.33%-
HSV(B)3.12º78.57%38.43%-
XYZ5.523.351.06-
YUV46.37113.68164.83-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 68.06%
GREEN value IS 25 (10.16% from 255) = 17.36%
BLUE value IS 21 (8.59% from 255) = 14.58%
R=68.06%
G=17.36%
B=14.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98252100.740.790.623.1264.7123.33
Hex62191504A4F3E34117
Octal1423125011211776310127
Binary1100010110011010101001010100111111111011100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621915; }

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

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

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

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

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

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

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

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