#611521

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

Shades of Pohutukawa #611521

Tints of Pohutukawa #611521

Color information

#611521 (or 0x611521) is unknown color: approx Pohutukawa. HEX triplet: 61, 15 and 21. RGB value is (97,21,33). Sum of RGB (Red+Green+Blue) = 97+21+33=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 21 (8.59% from 255 or 13.91% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #611521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611521 is #9EEADE. Grayscale: #2D2D2D. Windows color (decimal): -10414815 or 2168161. OLE color: 2168161.

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

Color convert

RGB972133-
CMYK00.780.660.62
HSL350.53º64.41%23.14%-
HSV(B)350.53º78.35%38.04%-
XYZ5.473.191.77-
YUV45.09121.18165.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 21 (8.59% from 255) = 13.91%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=64.24%
G=13.91%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97213300.780.660.62350.5364.4123.14
Hex61152104E423E15f4017
Octal141254101161027653710027
Binary110000110101100001010011101000010111110101011111100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611521; }

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

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

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

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

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

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

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

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