#611621

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

Shades of Pohutukawa #611621

Tints of Pohutukawa #611621

Color information

#611621 (or 0x611621) is unknown color: approx Pohutukawa. HEX triplet: 61, 16 and 21. RGB value is (97,22,33). Sum of RGB (Red+Green+Blue) = 97+22+33=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 22 (8.98% from 255 or 14.47% from 152); Blue value is 33 (13.28% from 255 or 21.71% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #611621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611621 is #9EE9DE. Grayscale: #2D2D2D. Windows color (decimal): -10414559 or 2168417. OLE color: 2168417.

HSL color Cylindrical-coordinate representation of color #611621: hue angle of 351.2º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #611621 is Cyan = 0, Magento = 0.77, Yellow = 0.66 and Black (K on CMYK) = 0.62.

Color convert

RGB972233-
CMYK00.770.660.62
HSL351.2º63.03%23.33%-
HSV(B)351.2º77.32%38.04%-
XYZ5.493.231.77-
YUV45.68120.85164.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 22 (8.98% from 255) = 14.47%
BLUE value IS 33 (13.28% from 255) = 21.71%
R=63.82%
G=14.47%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97223300.770.660.62351.263.0323.33
Hex61162104D423E15f3f17
Octal14126410115102765377727
Binary11000011011010000101001101100001011111010101111111111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611621; }

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

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

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

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

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

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

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

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