#61132E

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

Shades of Pohutukawa #61132E

Tints of Pohutukawa #61132E

Color information

#61132E (or 0x61132E) is unknown color: approx Pohutukawa. HEX triplet: 61, 13 and 2E. RGB value is (97,19,46). Sum of RGB (Red+Green+Blue) = 97+19+46=162 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.88% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 97 - color contains mainly: red. Hex color #61132E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61132E is #9EECD1. Grayscale: #2D2D2D. Windows color (decimal): -10415314 or 3019617. OLE color: 3019617.

HSL color Cylindrical-coordinate representation of color #61132E: hue angle of 339.23º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61132E is Cyan = 0, Magento = 0.80, Yellow = 0.53 and Black (K on CMYK) = 0.62.

Color convert

RGB971946-
CMYK00.800.530.62
HSL339.23º67.24%22.75%-
HSV(B)339.23º80.41%38.04%-
XYZ5.663.22.91-
YUV45.4128.34164.8-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.88%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 46 (18.36% from 255) = 28.40%
R=59.88%
G=11.73%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97194600.800.530.62339.2367.2422.75
Hex61132E050353E1534317
Octal14123560120657652310327
Binary11000011001110111001010000110101111110101010011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61132E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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