#61111E

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

Shades of Pohutukawa #61111E

Tints of Pohutukawa #61111E

Color information

#61111E (or 0x61111E) is unknown color: approx Pohutukawa. HEX triplet: 61, 11 and 1E. RGB value is (97,17,30). Sum of RGB (Red+Green+Blue) = 97+17+30=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 30 (12.11% from 255 or 20.83% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61111E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61111E is #9EEEE1. Grayscale: #2A2A2A. Windows color (decimal): -10415842 or 1970529. OLE color: 1970529.

HSL color Cylindrical-coordinate representation of color #61111E: hue angle of 350.25º degrees, saturation: 0.7, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #61111E is Cyan = 0, Magento = 0.82, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB971730-
CMYK00.820.690.62
HSL350.25º70.18%22.35%-
HSV(B)350.25º82.47%38.04%-
XYZ5.363.041.53-
YUV42.4121166.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 30 (12.11% from 255) = 20.83%
R=67.36%
G=11.81%
B=20.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97173000.820.690.62350.2570.1822.35
Hex61111E052453E15e4616
Octal141213601221057653610626
Binary11000011000111110010100101000101111110101011110100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61111E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,17,30); }

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

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

 a { background-color: rgb(97,17,30); }

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

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

 span { border-color: rgb(97,17,30); }

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