#61162B

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

Shades of Pohutukawa #61162B

Tints of Pohutukawa #61162B

Color information

#61162B (or 0x61162B) is unknown color: approx Pohutukawa. HEX triplet: 61, 16 and 2B. RGB value is (97,22,43). Sum of RGB (Red+Green+Blue) = 97+22+43=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 22 (8.98% from 255 or 13.58% from 162); Blue value is 43 (17.19% from 255 or 26.54% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61162B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61162B is #9EE9D4. Grayscale: #2E2E2E. Windows color (decimal): -10414549 or 2823777. OLE color: 2823777.

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

Color convert

RGB972243-
CMYK00.770.560.62
HSL343.2º63.03%23.33%-
HSV(B)343.2º77.32%38.04%-
XYZ5.653.292.62-
YUV46.82125.85163.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 22 (8.98% from 255) = 13.58%
BLUE value IS 43 (17.19% from 255) = 26.54%
R=59.88%
G=13.58%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97224300.770.560.62343.263.0323.33
Hex61162B04D383E1573f17
Octal1412653011570765277727
Binary1100001101101010110100110111100011111010101011111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61162B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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