#661324

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

Shades of Pohutukawa #661324

Tints of Pohutukawa #661324

Color information

#661324 (or 0x661324) is unknown color: approx Pohutukawa. HEX triplet: 66, 13 and 24. RGB value is (102,19,36). Sum of RGB (Red+Green+Blue) = 102+19+36=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 36 (14.45% from 255 or 22.93% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #661324 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661324 is #99ECDB. Grayscale: #2D2D2D. Windows color (decimal): -10087644 or 2364262. OLE color: 2364262.

HSL color Cylindrical-coordinate representation of color #661324: hue angle of 347.71º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #661324 is Cyan = 0, Magento = 0.81, Yellow = 0.65 and Black (K on CMYK) = 0.6.

Color convert

RGB1021936-
CMYK00.810.650.6
HSL347.71º68.6%23.73%-
HSV(B)347.71º81.37%40%-
XYZ6.033.422.01-
YUV45.76122.5168.12-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 36 (14.45% from 255) = 22.93%
R=64.97%
G=12.10%
B=22.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.65
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102193600.810.650.6347.7168.623.73
Hex661324051413C15c4518
Octal146234401211017453410530
Binary110011010011100100010100011000001111100101011100100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661324

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661324; }

 p { color: rgb(102,19,36); }

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

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

 a { background-color: rgb(102,19,36); }

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

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

 span { border-color: rgb(102,19,36); }

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