#611027

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

Shades of Pohutukawa #611027

Tints of Pohutukawa #611027

Color information

#611027 (or 0x611027) is unknown color: approx Pohutukawa. HEX triplet: 61, 10 and 27. RGB value is (97,16,39). Sum of RGB (Red+Green+Blue) = 97+16+39=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 16 (6.64% from 255 or 10.53% from 152); Blue value is 39 (15.62% from 255 or 25.66% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #611027 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611027 is #9EEFD8. Grayscale: #2A2A2A. Windows color (decimal): -10416089 or 2560097. OLE color: 2560097.

HSL color Cylindrical-coordinate representation of color #611027: hue angle of 342.96º degrees, saturation: 0.72, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #611027 is Cyan = 0, Magento = 0.84, Yellow = 0.60 and Black (K on CMYK) = 0.62.

Color convert

RGB971639-
CMYK00.840.600.62
HSL342.96º71.68%22.16%-
HSV(B)342.96º83.51%38.04%-
XYZ5.483.062.22-
YUV42.84125.84166.63-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 16 (6.64% from 255) = 10.53%
BLUE value IS 39 (15.62% from 255) = 25.66%
R=63.82%
G=10.53%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.60
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97163900.840.600.62342.9671.6822.16
Hex6110270543C3E1574816
Octal14120470124747652711026
Binary11000011000010011101010100111100111110101010111100100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611027; }

 p { color: rgb(97,16,39); }

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

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

 a { background-color: rgb(97,16,39); }

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

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

 span { border-color: rgb(97,16,39); }

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