#61152E

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

Shades of Pohutukawa #61152E

Tints of Pohutukawa #61152E

Color information

#61152E (or 0x61152E) is unknown color: approx Pohutukawa. HEX triplet: 61, 15 and 2E. RGB value is (97,21,46). Sum of RGB (Red+Green+Blue) = 97+21+46=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #61152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61152E is #9EEAD1. Grayscale: #2E2E2E. Windows color (decimal): -10414802 or 3020129. OLE color: 3020129.

HSL color Cylindrical-coordinate representation of color #61152E: hue angle of 340.26º 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 #61152E is Cyan = 0, Magento = 0.78, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB972146-
CMYK00.780.530.62
HSL340.26º64.41%23.14%-
HSV(B)340.26º78.35%38.04%-
XYZ5.693.272.92-
YUV46.57127.68163.97-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 46 (18.36% from 255) = 28.05%
R=59.15%
G=12.80%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97214600.780.530.62340.2664.4123.14
Hex61152E04E353E1544017
Octal14125560116657652410027
Binary11000011010110111001001110110101111110101010100100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61152E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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