#621E1C

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

Shades of Red Oxide #621E1C

Tints of Red Oxide #621E1C

Color information

#621E1C (or 0x621E1C) is unknown color: approx Red Oxide. HEX triplet: 62, 1E and 1C. RGB value is (98,30,28). Sum of RGB (Red+Green+Blue) = 98+30+28=156 (20% of max value = 765). Red value is 98 (38.67% from 255 or 62.82% from 156); Green value is 30 (12.11% from 255 or 19.23% from 156); Blue value is 28 (11.33% from 255 or 17.95% from 156); Max value from RGB is 98 - color contains mainly: red. Hex color #621E1C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #621E1C is #9DE1E3. Grayscale: #323232. Windows color (decimal): -10346980 or 1842786. OLE color: 1842786.

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

Color convert

RGB983028-
CMYK00.690.710.62
HSL1.71º55.56%24.71%-
HSV(B)1.71º71.43%38.43%-
XYZ5.713.611.49-
YUV50.1115.53162.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 62.82%
GREEN value IS 30 (12.11% from 255) = 19.23%
BLUE value IS 28 (11.33% from 255) = 17.95%
R=62.82%
G=19.23%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98302800.690.710.621.7155.5624.71
Hex621E1C045473E23819
Octal142363401051077627031
Binary110001011110111000100010110001111111101011100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621E1C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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