#621408

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

Shades of Red Oxide #621408

Tints of Red Oxide #621408

Color information

#621408 (or 0x621408) is unknown color: approx Red Oxide. HEX triplet: 62, 14 and 08. RGB value is (98,20,8). Sum of RGB (Red+Green+Blue) = 98+20+8=126 (16% of max value = 765). Red value is 98 (38.67% from 255 or 77.78% from 126); Green value is 20 (8.20% from 255 or 15.87% from 126); Blue value is 8 (3.52% from 255 or 6.35% from 126); Max value from RGB is 98 - color contains mainly: red. Hex color #621408 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621408 is #9DEBF7. Grayscale: #2A2A2A. Windows color (decimal): -10349560 or 529506. OLE color: 529506.

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

Color convert

RGB98208-
CMYK00.800.920.62
HSL84.91%20.78%-
HSV(B)91.84%38.43%-
XYZ5.333.110.55-
YUV41.95108.84167.98-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 77.78%
GREEN value IS 20 (8.20% from 255) = 15.87%
BLUE value IS 8 (3.52% from 255) = 6.35%
R=77.78%
G=15.87%
B=6.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.92
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9820800.800.920.62884.9120.78
Hex621480505C3E85515
Octal14224100120134761012525
Binary11000101010010000101000010111001111101000101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621408

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621408; }

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

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

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

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

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

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

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

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