#61162F

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

Shades of Pohutukawa #61162F

Tints of Pohutukawa #61162F

Color information

#61162F (or 0x61162F) is unknown color: approx Pohutukawa. HEX triplet: 61, 16 and 2F. RGB value is (97,22,47). Sum of RGB (Red+Green+Blue) = 97+22+47=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 22 (8.98% from 255 or 13.25% from 166); Blue value is 47 (18.75% from 255 or 28.31% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61162F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61162F is #9EE9D0. Grayscale: #2F2F2F. Windows color (decimal): -10414545 or 3085921. OLE color: 3085921.

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

Color convert

RGB972247-
CMYK00.770.520.62
HSL340º63.03%23.33%-
HSV(B)340º77.32%38.04%-
XYZ5.733.323.03-
YUV47.28127.85163.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 22 (8.98% from 255) = 13.25%
BLUE value IS 47 (18.75% from 255) = 28.31%
R=58.43%
G=13.25%
B=28.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97224700.770.520.6234063.0323.33
Hex61162F04D343E1543f17
Octal1412657011564765247727
Binary1100001101101011110100110111010011111010101010011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61162F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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