#61171f

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

Shades of Pohutukawa #61171F

Tints of Pohutukawa #61171F

Color information

#61171F (or 0x61171F) is unknown color: approx Pohutukawa. HEX triplet: 61, 17 and 1F. RGB value is (97,23,31). Sum of RGB (Red+Green+Blue) = 97+23+31=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 23 (9.38% from 255 or 15.23% from 151); Blue value is 31 (12.5% from 255 or 20.53% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #61171F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61171F is #9EE8E0. Grayscale: #2E2E2E. Windows color (decimal): -10414305 or 2037601. OLE color: 2037601.

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

Color convert

RGB972331-
CMYK00.760.680.62
HSL353.51º61.67%23.53%-
HSV(B)353.51º76.29%38.04%-
XYZ5.483.251.64-
YUV46.04119.52164.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 23 (9.38% from 255) = 15.23%
BLUE value IS 31 (12.5% from 255) = 20.53%
R=64.24%
G=15.23%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97233100.760.680.62353.5161.6723.53
Hex61171F04C443E1623e18
Octal14127370114104765427630
Binary1100001101111111101001100100010011111010110001011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61171f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61171f; }

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

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

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

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

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

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

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

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