#61122D

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

Shades of Pohutukawa #61122D

Tints of Pohutukawa #61122D

Color information

#61122D (or 0x61122D) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 2D. RGB value is (97,18,45). Sum of RGB (Red+Green+Blue) = 97+18+45=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 45 (17.97% from 255 or 28.12% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61122D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61122D is #9EEDD2. Grayscale: #2C2C2C. Windows color (decimal): -10415571 or 2953825. OLE color: 2953825.

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

Color convert

RGB971845-
CMYK00.810.540.62
HSL339.49º68.7%22.55%-
HSV(B)339.49º81.44%38.04%-
XYZ5.623.162.8-
YUV44.7128.17165.3-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 45 (17.97% from 255) = 28.12%
R=60.62%
G=11.25%
B=28.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97184500.810.540.62339.4968.722.55
Hex61122D051363E1534517
Octal14122550121667652310527
Binary11000011001010110101010001110110111110101010011100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61122D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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