#611227

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

Shades of Pohutukawa #611227

Tints of Pohutukawa #611227

Color information

#611227 (or 0x611227) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 27. RGB value is (97,18,39). Sum of RGB (Red+Green+Blue) = 97+18+39=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 39 (15.62% from 255 or 25.32% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #611227 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611227 is #9EEDD8. Grayscale: #2C2C2C. Windows color (decimal): -10415577 or 2560609. OLE color: 2560609.

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

Color convert

RGB971839-
CMYK00.810.600.62
HSL344.05º68.7%22.55%-
HSV(B)344.05º81.44%38.04%-
XYZ5.513.122.23-
YUV44.02125.17165.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.99%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 39 (15.62% from 255) = 25.32%
R=62.99%
G=11.69%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97183900.810.600.62344.0568.722.55
Hex6112270513C3E1584517
Octal14122470121747653010527
Binary11000011001010011101010001111100111110101011000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611227

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611227; }

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

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

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

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

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

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

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

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