#61152F

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

Shades of Pohutukawa #61152F

Tints of Pohutukawa #61152F

Color information

#61152F (or 0x61152F) is unknown color: approx Pohutukawa. HEX triplet: 61, 15 and 2F. RGB value is (97,21,47). Sum of RGB (Red+Green+Blue) = 97+21+47=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 47 (18.75% from 255 or 28.48% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61152F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61152F is #9EEAD0. Grayscale: #2E2E2E. Windows color (decimal): -10414801 or 3085665. OLE color: 3085665.

HSL color Cylindrical-coordinate representation of color #61152F: hue angle of 339.47º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61152F is Cyan = 0, Magento = 0.78, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB972147-
CMYK00.780.520.62
HSL339.47º64.41%23.14%-
HSV(B)339.47º78.35%38.04%-
XYZ5.713.283.02-
YUV46.69128.18163.89-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 47 (18.75% from 255) = 28.48%
R=58.79%
G=12.73%
B=28.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97214700.780.520.62339.4764.4123.14
Hex61152F04E343E1534017
Octal14125570116647652310027
Binary11000011010110111101001110110100111110101010011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61152F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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