#61122B

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

Shades of Pohutukawa #61122B

Tints of Pohutukawa #61122B

Color information

#61122B (or 0x61122B) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 2B. RGB value is (97,18,43). Sum of RGB (Red+Green+Blue) = 97+18+43=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 18 (7.42% from 255 or 11.39% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61122B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61122B is #9EEDD4. Grayscale: #2C2C2C. Windows color (decimal): -10415573 or 2822753. OLE color: 2822753.

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

Color convert

RGB971843-
CMYK00.810.560.62
HSL341.01º68.7%22.55%-
HSV(B)341.01º81.44%38.04%-
XYZ5.583.152.6-
YUV44.47127.17165.47-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 18 (7.42% from 255) = 11.39%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=61.39%
G=11.39%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97184300.810.560.62341.0168.722.55
Hex61122B051383E1554517
Octal14122530121707652510527
Binary11000011001010101101010001111000111110101010101100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61122B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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