#621A15

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

Shades of Red Oxide #621A15

Tints of Red Oxide #621A15

Color information

#621A15 (or 0x621A15) is unknown color: approx Red Oxide. HEX triplet: 62, 1A and 15. RGB value is (98,26,21). Sum of RGB (Red+Green+Blue) = 98+26+21=145 (19% of max value = 765). Red value is 98 (38.67% from 255 or 67.59% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 21 (8.59% from 255 or 14.48% from 145); Max value from RGB is 98 - color contains mainly: red. Hex color #621A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A15 is #9DE5EA. Grayscale: #2F2F2F. Windows color (decimal): -10348011 or 1383010. OLE color: 1383010.

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

Color convert

RGB982621-
CMYK00.730.790.62
HSL3.9º64.71%23.33%-
HSV(B)3.9º78.57%38.43%-
XYZ5.543.391.07-
YUV46.96113.35164.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 67.59%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 21 (8.59% from 255) = 14.48%
R=67.59%
G=17.93%
B=14.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.79
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98262100.730.790.623.964.7123.33
Hex621A150494F3E44117
Octal1423225011111776410127
Binary11000101101010101010010011001111111110100100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621A15; }

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

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

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

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

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

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

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

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