#611A29

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

Shades of Pohutukawa #611A29

Tints of Pohutukawa #611A29

Color information

#611A29 (or 0x611A29) is unknown color: approx Pohutukawa. HEX triplet: 61, 1A and 29. RGB value is (97,26,41). Sum of RGB (Red+Green+Blue) = 97+26+41=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 26 (10.55% from 255 or 15.85% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #611A29 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A29 is #9EE5D6. Grayscale: #303030. Windows color (decimal): -10413527 or 2693729. OLE color: 2693729.

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

Color convert

RGB972641-
CMYK00.730.580.62
HSL347.32º57.72%24.12%-
HSV(B)347.32º73.2%38.04%-
XYZ5.73.442.46-
YUV48.94123.52162.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 26 (10.55% from 255) = 15.85%
BLUE value IS 41 (16.41% from 255) = 25%
R=59.15%
G=15.85%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97264100.730.580.62347.3257.7224.12
Hex611A290493A3E15b3a18
Octal1413251011172765337230
Binary1100001110101010010100100111101011111010101101111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611A29; }

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

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

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

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

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

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

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

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