#621105

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

Shades of Red Oxide #621105

Tints of Red Oxide #621105

Color information

#621105 (or 0x621105) is unknown color: approx Red Oxide. HEX triplet: 62, 11 and 05. RGB value is (98,17,5). Sum of RGB (Red+Green+Blue) = 98+17+5=120 (15% of max value = 765). Red value is 98 (38.67% from 255 or 81.67% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 5 (2.34% from 255 or 4.17% from 120); Max value from RGB is 98 - color contains mainly: red. Hex color #621105 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #621105 is #9DEEFA. Grayscale: #272727. Windows color (decimal): -10350331 or 332130. OLE color: 332130.

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

Color convert

RGB98175-
CMYK00.830.950.62
HSL7.74º90.29%20.2%-
HSV(B)7.74º94.9%38.43%-
XYZ5.263.010.45-
YUV39.85108.34169.48-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 81.67%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 5 (2.34% from 255) = 4.17%
R=81.67%
G=14.17%
B=4.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.95
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9817500.830.950.627.7490.2920.2
Hex621150535F3E85a14
Octal1422150123137761013224
Binary1100010100011010101001110111111111101000101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #621105

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #621105; }

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

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

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

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

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

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

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

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