#601F1B

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

Shades of Red Oxide #601F1B

Tints of Red Oxide #601F1B

Color information

#601F1B (or 0x601F1B) is unknown color: approx Red Oxide. HEX triplet: 60, 1F and 1B. RGB value is (96,31,27). Sum of RGB (Red+Green+Blue) = 96+31+27=154 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.34% from 154); Green value is 31 (12.5% from 255 or 20.13% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 96 - color contains mainly: red. Hex color #601F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #601F1B is #9FE0E4. Grayscale: #323232. Windows color (decimal): -10477797 or 1777504. OLE color: 1777504.

HSL color Cylindrical-coordinate representation of color #601F1B: hue angle of 3.48º 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 #601F1B is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB963127-
CMYK00.680.720.62
HSL3.48º56.1%24.12%-
HSV(B)3.48º71.88%37.65%-
XYZ5.513.551.43-
YUV49.98115.03160.83-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.34%
GREEN value IS 31 (12.5% from 255) = 20.13%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=62.34%
G=20.13%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96312700.680.720.623.4856.124.12
Hex601F1B044483E33818
Octal140373301041107637030
Binary110000011111110110100010010010001111101111100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601F1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601F1B; }

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

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

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

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

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

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

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

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