#621E1D

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

Shades of Red Oxide #621E1D

Tints of Red Oxide #621E1D

Color information

#621E1D (or 0x621E1D) is unknown color: approx Red Oxide. HEX triplet: 62, 1E and 1D. RGB value is (98,30,29). Sum of RGB (Red+Green+Blue) = 98+30+29=157 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.42% from 157); Green value is 30 (12.11% from 255 or 19.11% from 157); Blue value is 29 (11.72% from 255 or 18.47% from 157); Max value from RGB is 98 - color contains mainly: red. Hex color #621E1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E1D is #9DE1E2. Grayscale: #323232. Windows color (decimal): -10346979 or 1908322. OLE color: 1908322.

HSL color Cylindrical-coordinate representation of color #621E1D: hue angle of 0.87º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #621E1D is Cyan = 0, Magento = 0.69, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB983029-
CMYK00.690.700.62
HSL0.87º54.33%24.9%-
HSV(B)0.87º70.41%38.43%-
XYZ5.723.611.56-
YUV50.22116.03162.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.42%
GREEN value IS 30 (12.11% from 255) = 19.11%
BLUE value IS 29 (11.72% from 255) = 18.47%
R=62.42%
G=19.11%
B=18.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98302900.690.700.620.8754.3324.9
Hex621E1D045463E13619
Octal142363501051067616631
Binary11000101111011101010001011000110111110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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