#621E19

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

Shades of Red Oxide #621E19

Tints of Red Oxide #621E19

Color information

#621E19 (or 0x621E19) is unknown color: approx Red Oxide. HEX triplet: 62, 1E and 19. RGB value is (98,30,25). Sum of RGB (Red+Green+Blue) = 98+30+25=153 (20% of max value = 765). Red value is 98 (38.67% from 255 or 64.05% from 153); Green value is 30 (12.11% from 255 or 19.61% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 98 - color contains mainly: red. Hex color #621E19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621E19 is #9DE1E6. Grayscale: #313131. Windows color (decimal): -10346983 or 1646178. OLE color: 1646178.

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

Color convert

RGB983025-
CMYK00.690.740.62
HSL4.11º59.35%24.12%-
HSV(B)4.11º74.49%38.43%-
XYZ5.683.61.31-
YUV49.76114.03162.41-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 64.05%
GREEN value IS 30 (12.11% from 255) = 19.61%
BLUE value IS 25 (10.16% from 255) = 16.34%
R=64.05%
G=19.61%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98302500.690.740.624.1159.3524.12
Hex621E190454A3E43b18
Octal142363101051127647330
Binary1100010111101100101000101100101011111010011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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