#611A21

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

Shades of Pohutukawa #611A21

Tints of Pohutukawa #611A21

Color information

#611A21 (or 0x611A21) is unknown color: approx Pohutukawa. HEX triplet: 61, 1A and 21. RGB value is (97,26,33). Sum of RGB (Red+Green+Blue) = 97+26+33=156 (20% of max value = 765). Red value is 97 (38.28% from 255 or 62.18% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 33 (13.28% from 255 or 21.15% from 156); Max value from RGB is 97 - color contains mainly: red. Hex color #611A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611A21 is #9EE5DE. Grayscale: #303030. Windows color (decimal): -10413535 or 2169441. OLE color: 2169441.

HSL color Cylindrical-coordinate representation of color #611A21: hue angle of 354.08º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #611A21 is Cyan = 0, Magento = 0.73, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB972633-
CMYK00.730.660.62
HSL354.08º57.72%24.12%-
HSV(B)354.08º73.2%38.04%-
XYZ5.573.391.8-
YUV48.03119.52162.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 62.18%
GREEN value IS 26 (10.55% from 255) = 16.67%
BLUE value IS 33 (13.28% from 255) = 21.15%
R=62.18%
G=16.67%
B=21.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97263300.730.660.62354.0857.7224.12
Hex611A21049423E1623a18
Octal14132410111102765427230
Binary11000011101010000101001001100001011111010110001011101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611A21; }

 p { color: rgb(97,26,33); }

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

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

 a { background-color: rgb(97,26,33); }

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

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

 span { border-color: rgb(97,26,33); }

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