#601121

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

Shades of Pohutukawa #601121

Tints of Pohutukawa #601121

Color information

#601121 (or 0x601121) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 21. RGB value is (96,17,33). Sum of RGB (Red+Green+Blue) = 96+17+33=146 (19% of max value = 765). Red value is 96 (37.89% from 255 or 65.75% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 33 (13.28% from 255 or 22.60% from 146); Max value from RGB is 96 - color contains mainly: red. Hex color #601121 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601121 is #9FEEDE. Grayscale: #2A2A2A. Windows color (decimal): -10481375 or 2167136. OLE color: 2167136.

HSL color Cylindrical-coordinate representation of color #601121: hue angle of 347.85º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #601121 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB961733-
CMYK00.820.660.62
HSL347.85º69.91%22.16%-
HSV(B)347.85º82.29%37.65%-
XYZ5.331.74-
YUV42.44122.67166.2-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 65.75%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 33 (13.28% from 255) = 22.60%
R=65.75%
G=11.64%
B=22.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96173300.820.660.62347.8569.9122.16
Hex601121052423E15c4616
Octal140214101221027653410626
Binary110000010001100001010100101000010111110101011100100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601121

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601121; }

 p { color: rgb(96,17,33); }

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

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

 a { background-color: rgb(96,17,33); }

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

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

 span { border-color: rgb(96,17,33); }

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