#611123

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

Shades of Pohutukawa #611123

Tints of Pohutukawa #611123

Color information

#611123 (or 0x611123) is unknown color: approx Pohutukawa. HEX triplet: 61, 11 and 23. RGB value is (97,17,35). Sum of RGB (Red+Green+Blue) = 97+17+35=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 17 (7.03% from 255 or 11.41% from 149); Blue value is 35 (14.06% from 255 or 23.49% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #611123 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611123 is #9EEEDC. Grayscale: #2A2A2A. Windows color (decimal): -10415837 or 2298209. OLE color: 2298209.

HSL color Cylindrical-coordinate representation of color #611123: hue angle of 346.5º 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 #611123 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.62.

Color convert

RGB971735-
CMYK00.820.640.62
HSL346.5º70.18%22.35%-
HSV(B)346.5º82.47%38.04%-
XYZ5.433.061.9-
YUV42.97123.5166.54-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 17 (7.03% from 255) = 11.41%
BLUE value IS 35 (14.06% from 255) = 23.49%
R=65.10%
G=11.41%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97173500.820.640.62346.570.1822.35
Hex611123052403E15a4616
Octal141214301221007653210626
Binary110000110001100011010100101000000111110101011010100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611123

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611123; }

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

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

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

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

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

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

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

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