#601128

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

Shades of Pohutukawa #601128

Tints of Pohutukawa #601128

Color information

#601128 (or 0x601128) is unknown color: approx Pohutukawa. HEX triplet: 60, 11 and 28. RGB value is (96,17,40). Sum of RGB (Red+Green+Blue) = 96+17+40=153 (20% of max value = 765). Red value is 96 (37.89% from 255 or 62.75% from 153); Green value is 17 (7.03% from 255 or 11.11% from 153); Blue value is 40 (16.02% from 255 or 26.14% from 153); Max value from RGB is 96 - color contains mainly: red. Hex color #601128 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #601128 is #9FEED7. Grayscale: #2B2B2B. Windows color (decimal): -10481368 or 2625888. OLE color: 2625888.

HSL color Cylindrical-coordinate representation of color #601128: hue angle of 342.53º 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 #601128 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB961740-
CMYK00.820.580.62
HSL342.53º69.91%22.16%-
HSV(B)342.53º82.29%37.65%-
XYZ5.413.042.31-
YUV43.24126.17165.63-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 62.75%
GREEN value IS 17 (7.03% from 255) = 11.11%
BLUE value IS 40 (16.02% from 255) = 26.14%
R=62.75%
G=11.11%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96174000.820.580.62342.5369.9122.16
Hex6011280523A3E1574616
Octal14021500122727652710626
Binary11000001000110100001010010111010111110101010111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #601128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #601128; }

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

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

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

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

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

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

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

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