#611522

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

Shades of Pohutukawa #611522

Tints of Pohutukawa #611522

Color information

#611522 (or 0x611522) is unknown color: approx Pohutukawa. HEX triplet: 61, 15 and 22. RGB value is (97,21,34). Sum of RGB (Red+Green+Blue) = 97+21+34=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 21 (8.59% from 255 or 13.82% from 152); Blue value is 34 (13.67% from 255 or 22.37% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #611522 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611522 is #9EEADD. Grayscale: #2D2D2D. Windows color (decimal): -10414814 or 2233697. OLE color: 2233697.

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

Color convert

RGB972134-
CMYK00.780.650.62
HSL349.74º64.41%23.14%-
HSV(B)349.74º78.35%38.04%-
XYZ5.493.191.84-
YUV45.21121.68164.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 21 (8.59% from 255) = 13.82%
BLUE value IS 34 (13.67% from 255) = 22.37%
R=63.82%
G=13.82%
B=22.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97213400.780.650.62349.7464.4123.14
Hex61152204E413E15e4017
Octal141254201161017653610027
Binary110000110101100010010011101000001111110101011110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611522; }

 p { color: rgb(97,21,34); }

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

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

 a { background-color: rgb(97,21,34); }

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

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

 span { border-color: rgb(97,21,34); }

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