#621919

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

Shades of Red Oxide #621919

Tints of Red Oxide #621919

Color information

#621919 (or 0x621919) is unknown color: approx Red Oxide. HEX triplet: 62, 19 and 19. RGB value is (98,25,25). Sum of RGB (Red+Green+Blue) = 98+25+25=148 (19% of max value = 765). Red value is 98 (38.67% from 255 or 66.22% from 148); Green value is 25 (10.16% from 255 or 16.89% from 148); Blue value is 25 (10.16% from 255 or 16.89% from 148); Max value from RGB is 98 - color contains mainly: red. Hex color #621919 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621919 is #9DE6E6. Grayscale: #2E2E2E. Windows color (decimal): -10348263 or 1644898. OLE color: 1644898.

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

Color convert

RGB982525-
CMYK00.740.740.62
HSL59.35%24.12%-
HSV(B)74.49%38.43%-
XYZ5.563.361.28-
YUV46.83115.68164.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 66.22%
GREEN value IS 25 (10.16% from 255) = 16.89%
BLUE value IS 25 (10.16% from 255) = 16.89%
R=66.22%
G=16.89%
B=16.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98252500.740.740.62059.3524.12
Hex62191904A4A3E03b18
Octal142313101121127607330
Binary11000101100111001010010101001010111110011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621919

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621919; }

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

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

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

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

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

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

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

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