#661328

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

Shades of Pohutukawa #661328

Tints of Pohutukawa #661328

Color information

#661328 (or 0x661328) is unknown color: approx Pohutukawa. HEX triplet: 66, 13 and 28. RGB value is (102,19,40). Sum of RGB (Red+Green+Blue) = 102+19+40=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 19 (7.81% from 255 or 11.80% from 161); Blue value is 40 (16.02% from 255 or 24.84% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #661328 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661328 is #99ECD7. Grayscale: #2E2E2E. Windows color (decimal): -10087640 or 2626406. OLE color: 2626406.

HSL color Cylindrical-coordinate representation of color #661328: hue angle of 344.82º 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 #661328 is Cyan = 0, Magento = 0.81, Yellow = 0.61 and Black (K on CMYK) = 0.6.

Color convert

RGB1021940-
CMYK00.810.610.6
HSL344.82º68.6%23.73%-
HSV(B)344.82º81.37%40%-
XYZ6.13.442.35-
YUV46.21124.5167.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 19 (7.81% from 255) = 11.80%
BLUE value IS 40 (16.02% from 255) = 24.84%
R=63.35%
G=11.80%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.61
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102194000.810.610.6344.8268.623.73
Hex6613280513D3C1594518
Octal14623500121757453110530
Binary11001101001110100001010001111101111100101011001100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661328

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661328; }

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

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

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

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

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

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

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

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