#61112E

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

Shades of Pohutukawa #61112E

Tints of Pohutukawa #61112E

Color information

#61112E (or 0x61112E) is unknown color: approx Pohutukawa. HEX triplet: 61, 11 and 2E. RGB value is (97,17,46). Sum of RGB (Red+Green+Blue) = 97+17+46=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 17 (7.03% from 255 or 10.62% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61112E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61112E is #9EEED1. Grayscale: #2C2C2C. Windows color (decimal): -10415826 or 3019105. OLE color: 3019105.

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

Color convert

RGB971746-
CMYK00.820.530.62
HSL338.25º70.18%22.35%-
HSV(B)338.25º82.47%38.04%-
XYZ5.623.142.89-
YUV44.23129165.64-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 17 (7.03% from 255) = 10.62%
BLUE value IS 46 (18.36% from 255) = 28.75%
R=60.62%
G=10.62%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97174600.820.530.62338.2570.1822.35
Hex61112E052353E1524616
Octal14121560122657652210626
Binary11000011000110111001010010110101111110101010010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61112E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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