#611526

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

Shades of Pohutukawa #611526

Tints of Pohutukawa #611526

Color information

#611526 (or 0x611526) is unknown color: approx Pohutukawa. HEX triplet: 61, 15 and 26. RGB value is (97,21,38). Sum of RGB (Red+Green+Blue) = 97+21+38=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 21 (8.59% from 255 or 13.46% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #611526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611526 is #9EEAD9. Grayscale: #2D2D2D. Windows color (decimal): -10414810 or 2495841. OLE color: 2495841.

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

Color convert

RGB972138-
CMYK00.780.610.62
HSL346.58º64.41%23.14%-
HSV(B)346.58º78.35%38.04%-
XYZ5.553.222.16-
YUV45.66123.68164.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 21 (8.59% from 255) = 13.46%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=62.18%
G=13.46%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97213800.780.610.62346.5864.4123.14
Hex61152604E3D3E15b4017
Octal14125460116757653310027
Binary11000011010110011001001110111101111110101011011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611526; }

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

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

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

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

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

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

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

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