#61142B

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

Shades of Pohutukawa #61142B

Tints of Pohutukawa #61142B

Color information

#61142B (or 0x61142B) is unknown color: approx Pohutukawa. HEX triplet: 61, 14 and 2B. RGB value is (97,20,43). Sum of RGB (Red+Green+Blue) = 97+20+43=160 (21% of max value = 765). Red value is 97 (38.28% from 255 or 60.62% from 160); Green value is 20 (8.20% from 255 or 12.5% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 97 - color contains mainly: red. Hex color #61142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61142B is #9EEBD4. Grayscale: #2D2D2D. Windows color (decimal): -10415061 or 2823265. OLE color: 2823265.

HSL color Cylindrical-coordinate representation of color #61142B: hue angle of 342.08º degrees, saturation: 0.66, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #61142B is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB972043-
CMYK00.790.560.62
HSL342.08º65.81%22.94%-
HSV(B)342.08º79.38%38.04%-
XYZ5.623.222.61-
YUV45.64126.51164.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 60.62%
GREEN value IS 20 (8.20% from 255) = 12.5%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=60.62%
G=12.5%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97204300.790.560.62342.0865.8122.94
Hex61142B04F383E1564217
Octal14124530117707652610227
Binary11000011010010101101001111111000111110101010110100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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