#60221B

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

Shades of Red Oxide #60221B

Tints of Red Oxide #60221B

Color information

#60221B (or 0x60221B) is unknown color: approx Red Oxide. HEX triplet: 60, 22 and 1B. RGB value is (96,34,27). Sum of RGB (Red+Green+Blue) = 96+34+27=157 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.15% from 157); Green value is 34 (13.67% from 255 or 21.66% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 96 - color contains mainly: red. Hex color #60221B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #60221B is #9FDDE4. Grayscale: #333333. Windows color (decimal): -10477029 or 1778272. OLE color: 1778272.

HSL color Cylindrical-coordinate representation of color #60221B: hue angle of 6.09º degrees, saturation: 0.56, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #60221B is Cyan = 0, Magento = 0.65, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB963427-
CMYK00.650.720.62
HSL6.09º56.1%24.12%-
HSV(B)6.09º71.88%37.65%-
XYZ5.593.711.46-
YUV51.74114.04159.57-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.15%
GREEN value IS 34 (13.67% from 255) = 21.66%
BLUE value IS 27 (10.94% from 255) = 17.20%
R=61.15%
G=21.66%
B=17.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96342700.650.720.626.0956.124.12
Hex60221B041483E63818
Octal140423301011107667030
Binary11000001000101101101000001100100011111011011100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60221B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60221B; }

 p { color: rgb(96,34,27); }

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

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

 a { background-color: rgb(96,34,27); }

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

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

 span { border-color: rgb(96,34,27); }

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