#61172B

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

Shades of Pohutukawa #61172B

Tints of Pohutukawa #61172B

Color information

#61172B (or 0x61172B) is unknown color: approx Pohutukawa. HEX triplet: 61, 17 and 2B. RGB value is (97,23,43). Sum of RGB (Red+Green+Blue) = 97+23+43=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 23 (9.38% from 255 or 14.11% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61172B is #9EE8D4. Grayscale: #2F2F2F. Windows color (decimal): -10414293 or 2824033. OLE color: 2824033.

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

Color convert

RGB972343-
CMYK00.760.560.62
HSL343.78º61.67%23.53%-
HSV(B)343.78º76.29%38.04%-
XYZ5.673.332.63-
YUV47.41125.52163.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 23 (9.38% from 255) = 14.11%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=59.51%
G=14.11%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97234300.760.560.62343.7861.6723.53
Hex61172B04C383E1583e18
Octal1412753011470765307630
Binary1100001101111010110100110011100011111010101100011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61172B; }

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

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

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

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

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

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

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

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