#611226

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

Shades of Pohutukawa #611226

Tints of Pohutukawa #611226

Color information

#611226 (or 0x611226) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 26. RGB value is (97,18,38). Sum of RGB (Red+Green+Blue) = 97+18+38=153 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.40% from 153); Green value is 18 (7.42% from 255 or 11.76% from 153); Blue value is 38 (15.23% from 255 or 24.84% from 153); Max value from RGB is 97 - color contains mainly: red. Hex color #611226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611226 is #9EEDD9. Grayscale: #2B2B2B. Windows color (decimal): -10415578 or 2495073. OLE color: 2495073.

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

Color convert

RGB971838-
CMYK00.810.610.62
HSL344.81º68.7%22.55%-
HSV(B)344.81º81.44%38.04%-
XYZ5.53.112.15-
YUV43.9124.67165.87-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.40%
GREEN value IS 18 (7.42% from 255) = 11.76%
BLUE value IS 38 (15.23% from 255) = 24.84%
R=63.40%
G=11.76%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97183800.810.610.62344.8168.722.55
Hex6112260513D3E1594517
Octal14122460121757653110527
Binary11000011001010011001010001111101111110101011001100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611226; }

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

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

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

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

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

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

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

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