#61162D

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

Shades of Pohutukawa #61162D

Tints of Pohutukawa #61162D

Color information

#61162D (or 0x61162D) is unknown color: approx Pohutukawa. HEX triplet: 61, 16 and 2D. RGB value is (97,22,45). Sum of RGB (Red+Green+Blue) = 97+22+45=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 22 (8.98% from 255 or 13.41% from 164); Blue value is 45 (17.97% from 255 or 27.44% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #61162D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61162D is #9EE9D2. Grayscale: #2F2F2F. Windows color (decimal): -10414547 or 2954849. OLE color: 2954849.

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

Color convert

RGB972245-
CMYK00.770.540.62
HSL341.6º63.03%23.33%-
HSV(B)341.6º77.32%38.04%-
XYZ5.693.32.82-
YUV47.05126.85163.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 22 (8.98% from 255) = 13.41%
BLUE value IS 45 (17.97% from 255) = 27.44%
R=59.15%
G=13.41%
B=27.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97224500.770.540.62341.663.0323.33
Hex61162D04D363E1563f17
Octal1412655011566765267727
Binary1100001101101011010100110111011011111010101011011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61162D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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