#61122C

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

Shades of Pohutukawa #61122C

Tints of Pohutukawa #61122C

Color information

#61122C (or 0x61122C) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 2C. RGB value is (97,18,44). Sum of RGB (Red+Green+Blue) = 97+18+44=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 18 (7.42% from 255 or 11.32% from 159); Blue value is 44 (17.58% from 255 or 27.67% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #61122C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61122C is #9EEDD3. Grayscale: #2C2C2C. Windows color (decimal): -10415572 or 2888289. OLE color: 2888289.

HSL color Cylindrical-coordinate representation of color #61122C: hue angle of 340.25º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #61122C is Cyan = 0, Magento = 0.81, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB971844-
CMYK00.810.550.62
HSL340.25º68.7%22.55%-
HSV(B)340.25º81.44%38.04%-
XYZ5.63.162.7-
YUV44.58127.67165.39-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 18 (7.42% from 255) = 11.32%
BLUE value IS 44 (17.58% from 255) = 27.67%
R=61.01%
G=11.32%
B=27.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97184400.810.550.62340.2568.722.55
Hex61122C051373E1544517
Octal14122540121677652410527
Binary11000011001010110001010001110111111110101010100100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61122C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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