#621B16

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

Shades of Red Oxide #621B16

Tints of Red Oxide #621B16

Color information

#621B16 (or 0x621B16) is unknown color: approx Red Oxide. HEX triplet: 62, 1B and 16. RGB value is (98,27,22). Sum of RGB (Red+Green+Blue) = 98+27+22=147 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.67% from 147); Green value is 27 (10.94% from 255 or 18.37% from 147); Blue value is 22 (8.98% from 255 or 14.97% from 147); Max value from RGB is 98 - color contains mainly: red. Hex color #621B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B16 is #9DE4E9. Grayscale: #2F2F2F. Windows color (decimal): -10347754 or 1448802. OLE color: 1448802.

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

Color convert

RGB982722-
CMYK00.720.780.62
HSL3.95º63.33%23.53%-
HSV(B)3.95º77.55%38.43%-
XYZ5.573.441.13-
YUV47.66113.52163.91-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.67%
GREEN value IS 27 (10.94% from 255) = 18.37%
BLUE value IS 22 (8.98% from 255) = 14.97%
R=66.67%
G=18.37%
B=14.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98272200.720.780.623.9563.3323.53
Hex621B160484E3E43f18
Octal142332601101167647730
Binary1100010110111011001001000100111011111010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,27,22); }

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

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

 a { background-color: rgb(98,27,22); }

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

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

 span { border-color: rgb(98,27,22); }

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