#621C19

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

Shades of Red Oxide #621C19

Tints of Red Oxide #621C19

Color information

#621C19 (or 0x621C19) is unknown color: approx Red Oxide. HEX triplet: 62, 1C and 19. RGB value is (98,28,25). Sum of RGB (Red+Green+Blue) = 98+28+25=151 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.90% from 151); Green value is 28 (11.33% from 255 or 18.54% from 151); Blue value is 25 (10.16% from 255 or 16.56% from 151); Max value from RGB is 98 - color contains mainly: red. Hex color #621C19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621C19 is #9DE3E6. Grayscale: #303030. Windows color (decimal): -10347495 or 1645666. OLE color: 1645666.

HSL color Cylindrical-coordinate representation of color #621C19: hue angle of 2.47º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #621C19 is Cyan = 0, Magento = 0.71, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB982825-
CMYK00.710.740.62
HSL2.47º59.35%24.12%-
HSV(B)2.47º74.49%38.43%-
XYZ5.633.51.3-
YUV48.59114.69163.24-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.90%
GREEN value IS 28 (11.33% from 255) = 18.54%
BLUE value IS 25 (10.16% from 255) = 16.56%
R=64.90%
G=18.54%
B=16.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98282500.710.740.622.4759.3524.12
Hex621C190474A3E23b18
Octal142343101071127627330
Binary110001011100110010100011110010101111101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621C19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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