#61141B

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

Shades of Pohutukawa #61141B

Tints of Pohutukawa #61141B

Color information

#61141B (or 0x61141B) is unknown color: approx Pohutukawa. HEX triplet: 61, 14 and 1B. RGB value is (97,20,27). Sum of RGB (Red+Green+Blue) = 97+20+27=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 20 (8.20% from 255 or 13.89% from 144); Blue value is 27 (10.94% from 255 or 18.75% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61141B is #9EEBE4. Grayscale: #2B2B2B. Windows color (decimal): -10415077 or 1774689. OLE color: 1774689.

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

Color convert

RGB972027-
CMYK00.790.720.62
HSL354.55º65.81%22.94%-
HSV(B)354.55º79.38%38.04%-
XYZ5.383.121.36-
YUV43.82118.51165.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 20 (8.20% from 255) = 13.89%
BLUE value IS 27 (10.94% from 255) = 18.75%
R=67.36%
G=13.89%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97202700.790.720.62354.5565.8122.94
Hex61141B04F483E1634217
Octal141243301171107654310227
Binary11000011010011011010011111001000111110101100011100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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