#611129

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

Shades of Pohutukawa #611129

Tints of Pohutukawa #611129

Color information

#611129 (or 0x611129) is unknown color: approx Pohutukawa. HEX triplet: 61, 11 and 29. RGB value is (97,17,41). Sum of RGB (Red+Green+Blue) = 97+17+41=155 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.58% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 97 - color contains mainly: red. Hex color #611129 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611129 is #9EEED6. Grayscale: #2B2B2B. Windows color (decimal): -10415831 or 2691425. OLE color: 2691425.

HSL color Cylindrical-coordinate representation of color #611129: hue angle of 342º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #611129 is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB971741-
CMYK00.820.580.62
HSL342º70.18%22.35%-
HSV(B)342º82.47%38.04%-
XYZ5.533.12.41-
YUV43.66126.5166.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.58%
GREEN value IS 17 (7.03% from 255) = 10.97%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=62.58%
G=10.97%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97174100.820.580.6234270.1822.35
Hex6111290523A3E1564616
Octal14121510122727652610626
Binary11000011000110100101010010111010111110101010110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611129; }

 p { color: rgb(97,17,41); }

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

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

 a { background-color: rgb(97,17,41); }

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

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

 span { border-color: rgb(97,17,41); }

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