#611327

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

Shades of Pohutukawa #611327

Tints of Pohutukawa #611327

Color information

#611327 (or 0x611327) is unknown color: approx Pohutukawa. HEX triplet: 61, 13 and 27. RGB value is (97,19,39). Sum of RGB (Red+Green+Blue) = 97+19+39=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 19 (7.81% from 255 or 12.26% from 155); Blue value is 39 (15.62% from 255 or 25.16% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #611327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611327 is #9EECD8. Grayscale: #2C2C2C. Windows color (decimal): -10415321 or 2560865. OLE color: 2560865.

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

Color convert

RGB971939-
CMYK00.800.600.62
HSL344.62º67.24%22.75%-
HSV(B)344.62º80.41%38.04%-
XYZ5.533.152.24-
YUV44.6124.84165.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 19 (7.81% from 255) = 12.26%
BLUE value IS 39 (15.62% from 255) = 25.16%
R=62.58%
G=12.26%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97193900.800.600.62344.6267.2422.75
Hex6113270503C3E1594317
Octal14123470120747653110327
Binary11000011001110011101010000111100111110101011001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611327; }

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

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

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

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

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

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

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

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