#61132A

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

Shades of Pohutukawa #61132A

Tints of Pohutukawa #61132A

Color information

#61132A (or 0x61132A) is unknown color: approx Pohutukawa. HEX triplet: 61, 13 and 2A. RGB value is (97,19,42). Sum of RGB (Red+Green+Blue) = 97+19+42=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 19 (7.81% from 255 or 12.03% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #61132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61132A is #9EECD5. Grayscale: #2C2C2C. Windows color (decimal): -10415318 or 2757473. OLE color: 2757473.

HSL color Cylindrical-coordinate representation of color #61132A: hue angle of 342.31º 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 #61132A is Cyan = 0, Magento = 0.80, Yellow = 0.57 and Black (K on CMYK) = 0.62.

Color convert

RGB971942-
CMYK00.800.570.62
HSL342.31º67.24%22.75%-
HSV(B)342.31º80.41%38.04%-
XYZ5.583.172.51-
YUV44.94126.34165.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 19 (7.81% from 255) = 12.03%
BLUE value IS 42 (16.80% from 255) = 26.58%
R=61.39%
G=12.03%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97194200.800.570.62342.3167.2422.75
Hex61132A050393E1564317
Octal14123520120717652610327
Binary11000011001110101001010000111001111110101010110100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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