#611728

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

Shades of Pohutukawa #611728

Tints of Pohutukawa #611728

Color information

#611728 (or 0x611728) is unknown color: approx Pohutukawa. HEX triplet: 61, 17 and 28. RGB value is (97,23,40). Sum of RGB (Red+Green+Blue) = 97+23+40=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #611728 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611728 is #9EE8D7. Grayscale: #2F2F2F. Windows color (decimal): -10414296 or 2627425. OLE color: 2627425.

HSL color Cylindrical-coordinate representation of color #611728: hue angle of 346.22º 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 #611728 is Cyan = 0, Magento = 0.76, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB972340-
CMYK00.760.590.62
HSL346.22º61.67%23.53%-
HSV(B)346.22º76.29%38.04%-
XYZ5.623.312.35-
YUV47.06124.02163.62-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 23 (9.38% from 255) = 14.38%
BLUE value IS 40 (16.02% from 255) = 25%
R=60.62%
G=14.38%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97234000.760.590.62346.2261.6723.53
Hex61172804C3B3E15a3e18
Octal1412750011473765327630
Binary1100001101111010000100110011101111111010101101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611728; }

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

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

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

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

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

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

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

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