#61171B

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

Shades of Pohutukawa #61171B

Tints of Pohutukawa #61171B

Color information

#61171B (or 0x61171B) is unknown color: approx Pohutukawa. HEX triplet: 61, 17 and 1B. RGB value is (97,23,27). Sum of RGB (Red+Green+Blue) = 97+23+27=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 23 (9.38% from 255 or 15.65% from 147); Blue value is 27 (10.94% from 255 or 18.37% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61171B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61171B is #9EE8E4. Grayscale: #2D2D2D. Windows color (decimal): -10414309 or 1775457. OLE color: 1775457.

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

Color convert

RGB972327-
CMYK00.760.720.62
HSL356.76º61.67%23.53%-
HSV(B)356.76º76.29%38.04%-
XYZ5.433.231.37-
YUV45.58117.52164.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 23 (9.38% from 255) = 15.65%
BLUE value IS 27 (10.94% from 255) = 18.37%
R=65.99%
G=15.65%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97232700.760.720.62356.7661.6723.53
Hex61171B04C483E1653e18
Octal14127330114110765457630
Binary1100001101111101101001100100100011111010110010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61171B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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