#621A19

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

Shades of Red Oxide #621A19

Tints of Red Oxide #621A19

Color information

#621A19 (or 0x621A19) is unknown color: approx Red Oxide. HEX triplet: 62, 1A and 19. RGB value is (98,26,25). Sum of RGB (Red+Green+Blue) = 98+26+25=149 (19% of max value = 765). Red value is 98 (38.67% from 255 or 65.77% from 149); Green value is 26 (10.55% from 255 or 17.45% from 149); Blue value is 25 (10.16% from 255 or 16.78% from 149); Max value from RGB is 98 - color contains mainly: red. Hex color #621A19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #621A19 is #9DE5E6. Grayscale: #2F2F2F. Windows color (decimal): -10348007 or 1645154. OLE color: 1645154.

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

Color convert

RGB982625-
CMYK00.730.740.62
HSL0.82º59.35%24.12%-
HSV(B)0.82º74.49%38.43%-
XYZ5.583.411.28-
YUV47.41115.35164.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 65.77%
GREEN value IS 26 (10.55% from 255) = 17.45%
BLUE value IS 25 (10.16% from 255) = 16.78%
R=65.77%
G=17.45%
B=16.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98262500.730.740.620.8259.3524.12
Hex621A190494A3E13b18
Octal142323101111127617330
Binary11000101101011001010010011001010111110111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621A19

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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