#611326

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

Shades of Pohutukawa #611326

Tints of Pohutukawa #611326

Color information

#611326 (or 0x611326) is unknown color: approx Pohutukawa. HEX triplet: 61, 13 and 26. RGB value is (97,19,38). Sum of RGB (Red+Green+Blue) = 97+19+38=154 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.99% from 154); Green value is 19 (7.81% from 255 or 12.34% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 97 - color contains mainly: red. Hex color #611326 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611326 is #9EECD9. Grayscale: #2C2C2C. Windows color (decimal): -10415322 or 2495329. OLE color: 2495329.

HSL color Cylindrical-coordinate representation of color #611326: hue angle of 345.38º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #611326 is Cyan = 0, Magento = 0.80, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB971938-
CMYK00.800.610.62
HSL345.38º67.24%22.75%-
HSV(B)345.38º80.41%38.04%-
XYZ5.513.152.15-
YUV44.49124.34165.46-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.99%
GREEN value IS 19 (7.81% from 255) = 12.34%
BLUE value IS 38 (15.23% from 255) = 24.68%
R=62.99%
G=12.34%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97193800.800.610.62345.3867.2422.75
Hex6113260503D3E1594317
Octal14123460120757653110327
Binary11000011001110011001010000111101111110101011001100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611326

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611326; }

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

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

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

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

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

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

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

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