#621800

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

Shades of Red Oxide #621800

Tints of Red Oxide #621800

Color information

#621800 (or 0x621800) is unknown color: approx Red Oxide. HEX triplet: 62, 18 and 00. RGB value is (98,24,0). Sum of RGB (Red+Green+Blue) = 98+24+0=122 (16% of max value = 765). Red value is 98 (38.67% from 255 or 80.33% from 122); Green value is 24 (9.77% from 255 or 19.67% from 122); Blue value is 0 (0.39% from 255 or 0% from 122); Max value from RGB is 98 - color contains mainly: red. Hex color #621800 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621800 is #9DE7FF. Grayscale: #2B2B2B. Windows color (decimal): -10348544 or 6242. OLE color: 6242.

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

Color convert

RGB98240-
CMYK00.7610.62
HSL14.69º100%19.22%-
HSV(B)14.69º100%38.43%-
XYZ5.363.250.34-
YUV43.39103.52166.95-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 80.33%
GREEN value IS 24 (9.77% from 255) = 19.67%
BLUE value IS 0 (0.39% from 255) = 0%
R=80.33%
G=19.67%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 1
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9824000.7610.6214.6910019.22
Hex6218004C643Ef6413
Octal1423000114144761714423
Binary11000101100000100110011001001111101111110010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621800

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621800; }

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

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

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

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

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

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

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

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