#601521

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

Shades of Pohutukawa #601521

Tints of Pohutukawa #601521

Color information

#601521 (or 0x601521) is unknown color: approx Pohutukawa. HEX triplet: 60, 15 and 21. RGB value is (96,21,33). Sum of RGB (Red+Green+Blue) = 96+21+33=150 (19% of max value = 765). Red value is 96 (37.89% from 255 or 64% from 150); Green value is 21 (8.59% from 255 or 14% from 150); Blue value is 33 (13.28% from 255 or 22% from 150); Max value from RGB is 96 - color contains mainly: red. Hex color #601521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601521 is #9FEADE. Grayscale: #2C2C2C. Windows color (decimal): -10480351 or 2168160. OLE color: 2168160.

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

Color convert

RGB962133-
CMYK00.780.660.62
HSL350.4º64.1%22.94%-
HSV(B)350.4º78.12%37.65%-
XYZ5.373.131.76-
YUV44.79121.35164.52-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 64%
GREEN value IS 21 (8.59% from 255) = 14%
BLUE value IS 33 (13.28% from 255) = 22%
R=64%
G=14%
B=22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96213300.780.660.62350.464.122.94
Hex60152104E423E15e4017
Octal140254101161027653610027
Binary110000010101100001010011101000010111110101011110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601521; }

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

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

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

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

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

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

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

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