#611729

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

Shades of Pohutukawa #611729

Tints of Pohutukawa #611729

Color information

#611729 (or 0x611729) is unknown color: approx Pohutukawa. HEX triplet: 61, 17 and 29. RGB value is (97,23,41). Sum of RGB (Red+Green+Blue) = 97+23+41=161 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.25% from 161); Green value is 23 (9.38% from 255 or 14.29% from 161); Blue value is 41 (16.41% from 255 or 25.47% from 161); Max value from RGB is 97 - color contains mainly: red. Hex color #611729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611729 is #9EE8D6. Grayscale: #2F2F2F. Windows color (decimal): -10414295 or 2692961. OLE color: 2692961.

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

Color convert

RGB972341-
CMYK00.760.580.62
HSL345.41º61.67%23.53%-
HSV(B)345.41º76.29%38.04%-
XYZ5.643.312.44-
YUV47.18124.52163.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.25%
GREEN value IS 23 (9.38% from 255) = 14.29%
BLUE value IS 41 (16.41% from 255) = 25.47%
R=60.25%
G=14.29%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97234100.760.580.62345.4161.6723.53
Hex61172904C3A3E1593e18
Octal1412751011472765317630
Binary1100001101111010010100110011101011111010101100111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611729; }

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

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

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

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

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

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

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

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