#611223

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

Shades of Pohutukawa #611223

Tints of Pohutukawa #611223

Color information

#611223 (or 0x611223) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 23. RGB value is (97,18,35). Sum of RGB (Red+Green+Blue) = 97+18+35=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 18 (7.42% from 255 or 12% from 150); Blue value is 35 (14.06% from 255 or 23.33% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #611223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611223 is #9EEDDC. Grayscale: #2B2B2B. Windows color (decimal): -10415581 or 2298465. OLE color: 2298465.

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

Color convert

RGB971835-
CMYK00.810.640.62
HSL347.09º68.7%22.55%-
HSV(B)347.09º81.44%38.04%-
XYZ5.453.11.9-
YUV43.56123.17166.12-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.67%
GREEN value IS 18 (7.42% from 255) = 12%
BLUE value IS 35 (14.06% from 255) = 23.33%
R=64.67%
G=12%
B=23.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97183500.810.640.62347.0968.722.55
Hex611223051403E15b4517
Octal141224301211007653310527
Binary110000110010100011010100011000000111110101011011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611223; }

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

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

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

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

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

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

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

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