#611429

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

Shades of Pohutukawa #611429

Tints of Pohutukawa #611429

Color information

#611429 (or 0x611429) is unknown color: approx Pohutukawa. HEX triplet: 61, 14 and 29. RGB value is (97,20,41). Sum of RGB (Red+Green+Blue) = 97+20+41=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 41 (16.41% from 255 or 25.95% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #611429 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611429 is #9EEBD6. Grayscale: #2D2D2D. Windows color (decimal): -10415063 or 2692193. OLE color: 2692193.

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

Color convert

RGB972041-
CMYK00.790.580.62
HSL343.64º65.81%22.94%-
HSV(B)343.64º79.38%38.04%-
XYZ5.583.22.42-
YUV45.42125.51164.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 41 (16.41% from 255) = 25.95%
R=61.39%
G=12.66%
B=25.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97204100.790.580.62343.6465.8122.94
Hex61142904F3A3E1584217
Octal14124510117727653010227
Binary11000011010010100101001111111010111110101011000100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611429

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611429; }

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

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

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

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

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

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

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

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