#621400

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

Shades of Red Oxide #621400

Tints of Red Oxide #621400

Color information

#621400 (or 0x621400) is unknown color: approx Red Oxide. HEX triplet: 62, 14 and 00. RGB value is (98,20,0). Sum of RGB (Red+Green+Blue) = 98+20+0=118 (15% of max value = 765). Red value is 98 (38.67% from 255 or 83.05% from 118); Green value is 20 (8.20% from 255 or 16.95% from 118); Blue value is 0 (0.39% from 255 or 0% from 118); Max value from RGB is 98 - color contains mainly: red. Hex color #621400 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621400 is #9DEBFF. Grayscale: #292929. Windows color (decimal): -10349568 or 5218. OLE color: 5218.

HSL color Cylindrical-coordinate representation of color #621400: hue angle of 12.24º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 1%. Process color model (Four color, CMYK) of #621400 is Cyan = 0, Magento = 0.80, Yellow = 1 and Black (K on CMYK) = 0.62.

Color convert

RGB98200-
CMYK00.8010.62
HSL12.24º100%19.22%-
HSV(B)12.24º100%38.43%-
XYZ5.293.10.32-
YUV41.04104.84168.63-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 83.05%
GREEN value IS 20 (8.20% from 255) = 16.95%
BLUE value IS 0 (0.39% from 255) = 0%
R=83.05%
G=16.95%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9820000.8010.6212.2410019.22
Hex62140050643Ec6413
Octal1422400120144761414423
Binary11000101010000101000011001001111101100110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621400

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621400; }

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

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

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

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

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

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

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

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