#611321

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

Shades of Pohutukawa #611321

Tints of Pohutukawa #611321

Color information

#611321 (or 0x611321) is unknown color: approx Pohutukawa. HEX triplet: 61, 13 and 21. RGB value is (97,19,33). Sum of RGB (Red+Green+Blue) = 97+19+33=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 19 (7.81% from 255 or 12.75% from 149); Blue value is 33 (13.28% from 255 or 22.15% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #611321 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611321 is #9EECDE. Grayscale: #2B2B2B. Windows color (decimal): -10415327 or 2167649. OLE color: 2167649.

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

Color convert

RGB971933-
CMYK00.800.660.62
HSL349.23º67.24%22.75%-
HSV(B)349.23º80.41%38.04%-
XYZ5.443.121.75-
YUV43.92121.84165.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 19 (7.81% from 255) = 12.75%
BLUE value IS 33 (13.28% from 255) = 22.15%
R=65.10%
G=12.75%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97193300.800.660.62349.2367.2422.75
Hex611321050423E15d4317
Octal141234101201027653510327
Binary110000110011100001010100001000010111110101011101100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611321

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611321; }

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

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

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

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

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

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

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

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