#621104

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

Shades of Red Oxide #621104

Tints of Red Oxide #621104

Color information

#621104 (or 0x621104) is unknown color: approx Red Oxide. HEX triplet: 62, 11 and 04. RGB value is (98,17,4). Sum of RGB (Red+Green+Blue) = 98+17+4=119 (15% of max value = 765). Red value is 98 (38.67% from 255 or 82.35% from 119); Green value is 17 (7.03% from 255 or 14.29% from 119); Blue value is 4 (1.95% from 255 or 3.36% from 119); Max value from RGB is 98 - color contains mainly: red. Hex color #621104 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621104 is #9DEEFB. Grayscale: #272727. Windows color (decimal): -10350332 or 266594. OLE color: 266594.

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

Color convert

RGB98174-
CMYK00.830.960.62
HSL8.3º92.16%20%-
HSV(B)8.3º95.92%38.43%-
XYZ5.263.010.42-
YUV39.74107.84169.56-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 82.35%
GREEN value IS 17 (7.03% from 255) = 14.29%
BLUE value IS 4 (1.95% from 255) = 3.36%
R=82.35%
G=14.29%
B=3.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.96
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9817400.830.960.628.392.1620
Hex62114053603E85c14
Octal1422140123140761013424
Binary1100010100011000101001111000001111101000101110010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621104

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621104; }

 p { color: rgb(98,17,4); }

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

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

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

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

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

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

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