#611328

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

Shades of Pohutukawa #611328

Tints of Pohutukawa #611328

Color information

#611328 (or 0x611328) is unknown color: approx Pohutukawa. HEX triplet: 61, 13 and 28. RGB value is (97,19,40). Sum of RGB (Red+Green+Blue) = 97+19+40=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 40 (16.02% from 255 or 25.64% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #611328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611328 is #9EECD7. Grayscale: #2C2C2C. Windows color (decimal): -10415320 or 2626401. OLE color: 2626401.

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

Color convert

RGB971940-
CMYK00.800.590.62
HSL343.85º67.24%22.75%-
HSV(B)343.85º80.41%38.04%-
XYZ5.553.162.33-
YUV44.72125.34165.29-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 19 (7.81% from 255) = 12.18%
BLUE value IS 40 (16.02% from 255) = 25.64%
R=62.18%
G=12.18%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97194000.800.590.62343.8567.2422.75
Hex6113280503B3E1584317
Octal14123500120737653010327
Binary11000011001110100001010000111011111110101011000100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611328; }

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

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

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

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

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

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

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

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