#611726

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

Shades of Pohutukawa #611726

Tints of Pohutukawa #611726

Color information

#611726 (or 0x611726) is unknown color: approx Pohutukawa. HEX triplet: 61, 17 and 26. RGB value is (97,23,38). Sum of RGB (Red+Green+Blue) = 97+23+38=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 23 (9.38% from 255 or 14.56% from 158); Blue value is 38 (15.23% from 255 or 24.05% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #611726 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611726 is #9EE8D9. Grayscale: #2E2E2E. Windows color (decimal): -10414298 or 2496353. OLE color: 2496353.

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

Color convert

RGB972338-
CMYK00.760.610.62
HSL347.84º61.67%23.53%-
HSV(B)347.84º76.29%38.04%-
XYZ5.593.292.18-
YUV46.84123.02163.78-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 23 (9.38% from 255) = 14.56%
BLUE value IS 38 (15.23% from 255) = 24.05%
R=61.39%
G=14.56%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97233800.760.610.62347.8461.6723.53
Hex61172604C3D3E15c3e18
Octal1412746011475765347630
Binary1100001101111001100100110011110111111010101110011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611726; }

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

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

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

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

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

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

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

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