#601328

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

Shades of Pohutukawa #601328

Tints of Pohutukawa #601328

Color information

#601328 (or 0x601328) is unknown color: approx Pohutukawa. HEX triplet: 60, 13 and 28. RGB value is (96,19,40). Sum of RGB (Red+Green+Blue) = 96+19+40=155 (20% of max value = 765). Red value is 96 (37.89% from 255 or 61.94% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 96 - color contains mainly: red. Hex color #601328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601328 is #9FECD7. Grayscale: #2C2C2C. Windows color (decimal): -10480856 or 2626400. OLE color: 2626400.

HSL color Cylindrical-coordinate representation of color #601328: hue angle of 343.64º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #601328 is Cyan = 0, Magento = 0.80, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB961940-
CMYK00.800.580.62
HSL343.64º66.96%22.55%-
HSV(B)343.64º80.21%37.65%-
XYZ5.443.112.32-
YUV44.42125.51164.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 61.94%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=61.94%
G=12.26%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96194000.800.580.62343.6466.9622.55
Hex6013280503A3E1584317
Octal14023500120727653010327
Binary11000001001110100001010000111010111110101011000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601328; }

 p { color: rgb(96,19,40); }

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

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

 a { background-color: rgb(96,19,40); }

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

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

 span { border-color: rgb(96,19,40); }

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