#611720

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

Shades of Pohutukawa #611720

Tints of Pohutukawa #611720

Color information

#611720 (or 0x611720) is unknown color: approx Pohutukawa. HEX triplet: 61, 17 and 20. RGB value is (97,23,32). Sum of RGB (Red+Green+Blue) = 97+23+32=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 23 (9.38% from 255 or 15.13% from 152); Blue value is 32 (12.89% from 255 or 21.05% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #611720 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611720 is #9EE8DF. Grayscale: #2E2E2E. Windows color (decimal): -10414304 or 2103137. OLE color: 2103137.

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

Color convert

RGB972332-
CMYK00.760.670.62
HSL352.7º61.67%23.53%-
HSV(B)352.7º76.29%38.04%-
XYZ5.53.261.71-
YUV46.15120.02164.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 23 (9.38% from 255) = 15.13%
BLUE value IS 32 (12.89% from 255) = 21.05%
R=63.82%
G=15.13%
B=21.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.67
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97233200.760.670.62352.761.6723.53
Hex61172004C433E1613e18
Octal14127400114103765417630
Binary11000011011110000001001100100001111111010110000111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611720

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611720; }

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

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

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

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

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

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

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

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