#611228

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

Shades of Pohutukawa #611228

Tints of Pohutukawa #611228

Color information

#611228 (or 0x611228) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 28. RGB value is (97,18,40). Sum of RGB (Red+Green+Blue) = 97+18+40=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 40 (16.02% from 255 or 25.81% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #611228 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611228 is #9EEDD7. Grayscale: #2C2C2C. Windows color (decimal): -10415576 or 2626145. OLE color: 2626145.

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

Color convert

RGB971840-
CMYK00.810.590.62
HSL343.29º68.7%22.55%-
HSV(B)343.29º81.44%38.04%-
XYZ5.533.132.32-
YUV44.13125.67165.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 40 (16.02% from 255) = 25.81%
R=62.58%
G=11.61%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97184000.810.590.62343.2968.722.55
Hex6112280513B3E1574517
Octal14122500121737652710527
Binary11000011001010100001010001111011111110101010111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611228; }

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

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

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

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

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

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

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

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