#621B19

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

Shades of Red Oxide #621B19

Tints of Red Oxide #621B19

Color information

#621B19 (or 0x621B19) is unknown color: approx Red Oxide. HEX triplet: 62, 1B and 19. RGB value is (98,27,25). Sum of RGB (Red+Green+Blue) = 98+27+25=150 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.33% from 150); Green value is 27 (10.94% from 255 or 18% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 98 - color contains mainly: red. Hex color #621B19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621B19 is #9DE4E6. Grayscale: #303030. Windows color (decimal): -10347751 or 1645410. OLE color: 1645410.

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

Color convert

RGB982725-
CMYK00.720.740.62
HSL1.64º59.35%24.12%-
HSV(B)1.64º74.49%38.43%-
XYZ5.63.451.29-
YUV48115.02163.66-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.33%
GREEN value IS 27 (10.94% from 255) = 18%
BLUE value IS 25 (10.16% from 255) = 16.67%
R=65.33%
G=18%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98272500.720.740.621.6459.3524.12
Hex621B190484A3E23b18
Octal142333101101127627330
Binary110001011011110010100100010010101111101011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621B19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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