#61162E

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

Shades of Pohutukawa #61162E

Tints of Pohutukawa #61162E

Color information

#61162E (or 0x61162E) is unknown color: approx Pohutukawa. HEX triplet: 61, 16 and 2E. RGB value is (97,22,46). Sum of RGB (Red+Green+Blue) = 97+22+46=165 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.79% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 46 (18.36% from 255 or 27.88% from 165); Max value from RGB is 97 - color contains mainly: red. Hex color #61162E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61162E is #9EE9D1. Grayscale: #2F2F2F. Windows color (decimal): -10414546 or 3020385. OLE color: 3020385.

HSL color Cylindrical-coordinate representation of color #61162E: hue angle of 340.8º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61162E is Cyan = 0, Magento = 0.77, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB972246-
CMYK00.770.530.62
HSL340.8º63.03%23.33%-
HSV(B)340.8º77.32%38.04%-
XYZ5.713.312.92-
YUV47.16127.35163.55-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.79%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 46 (18.36% from 255) = 27.88%
R=58.79%
G=13.33%
B=27.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97224600.770.530.62340.863.0323.33
Hex61162E04D353E1553f17
Octal1412656011565765257727
Binary1100001101101011100100110111010111111010101010111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61162E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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