#61162C

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

Shades of Pohutukawa #61162C

Tints of Pohutukawa #61162C

Color information

#61162C (or 0x61162C) is unknown color: approx Pohutukawa. HEX triplet: 61, 16 and 2C. RGB value is (97,22,44). Sum of RGB (Red+Green+Blue) = 97+22+44=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #61162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61162C is #9EE9D3. Grayscale: #2E2E2E. Windows color (decimal): -10414548 or 2889313. OLE color: 2889313.

HSL color Cylindrical-coordinate representation of color #61162C: hue angle of 342.4º 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 #61162C is Cyan = 0, Magento = 0.77, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB972244-
CMYK00.770.550.62
HSL342.4º63.03%23.33%-
HSV(B)342.4º77.32%38.04%-
XYZ5.673.32.72-
YUV46.93126.35163.71-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=59.51%
G=13.50%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97224400.770.550.62342.463.0323.33
Hex61162C04D373E1563f17
Octal1412654011567765267727
Binary1100001101101011000100110111011111111010101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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