#61172F

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

Shades of Pohutukawa #61172F

Tints of Pohutukawa #61172F

Color information

#61172F (or 0x61172F) is unknown color: approx Pohutukawa. HEX triplet: 61, 17 and 2F. RGB value is (97,23,47). Sum of RGB (Red+Green+Blue) = 97+23+47=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 23 (9.38% from 255 or 13.77% from 167); Blue value is 47 (18.75% from 255 or 28.14% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #61172F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61172F is #9EE8D0. Grayscale: #2F2F2F. Windows color (decimal): -10414289 or 3086177. OLE color: 3086177.

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

Color convert

RGB972347-
CMYK00.760.520.62
HSL340.54º61.67%23.53%-
HSV(B)340.54º76.29%38.04%-
XYZ5.753.363.03-
YUV47.86127.52163.05-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 23 (9.38% from 255) = 13.77%
BLUE value IS 47 (18.75% from 255) = 28.14%
R=58.08%
G=13.77%
B=28.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97234700.760.520.62340.5461.6723.53
Hex61172F04C343E1553e18
Octal1412757011464765257630
Binary1100001101111011110100110011010011111010101010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61172F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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