#621908

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

Shades of Red Oxide #621908

Tints of Red Oxide #621908

Color information

#621908 (or 0x621908) is unknown color: approx Red Oxide. HEX triplet: 62, 19 and 08. RGB value is (98,25,8). Sum of RGB (Red+Green+Blue) = 98+25+8=131 (17% of max value = 765). Red value is 98 (38.67% from 255 or 74.81% from 131); Green value is 25 (10.16% from 255 or 19.08% from 131); Blue value is 8 (3.52% from 255 or 6.11% from 131); Max value from RGB is 98 - color contains mainly: red. Hex color #621908 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621908 is #9DE6F7. Grayscale: #2D2D2D. Windows color (decimal): -10348280 or 530786. OLE color: 530786.

HSL color Cylindrical-coordinate representation of color #621908: hue angle of 11.33º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #621908 is Cyan = 0, Magento = 0.74, Yellow = 0.92 and Black (K on CMYK) = 0.62.

Color convert

RGB98258-
CMYK00.740.920.62
HSL11.33º84.91%20.78%-
HSV(B)11.33º91.84%38.43%-
XYZ5.433.310.58-
YUV44.89107.18165.88-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 74.81%
GREEN value IS 25 (10.16% from 255) = 19.08%
BLUE value IS 8 (3.52% from 255) = 6.11%
R=74.81%
G=19.08%
B=6.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9825800.740.920.6211.3384.9120.78
Hex6219804A5C3Eb5515
Octal14231100112134761312525
Binary11000101100110000100101010111001111101011101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621908

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621908; }

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

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

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

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

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

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

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

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