#681329

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

Shades of Pohutukawa #681329

Tints of Pohutukawa #681329

Color information

#681329 (or 0x681329) is unknown color: approx Pohutukawa. HEX triplet: 68, 13 and 29. RGB value is (104,19,41). Sum of RGB (Red+Green+Blue) = 104+19+41=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 19 (7.81% from 255 or 11.59% from 164); Blue value is 41 (16.41% from 255 or 25% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #681329 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681329 is #97ECD6. Grayscale: #2E2E2E. Windows color (decimal): -9956567 or 2691944. OLE color: 2691944.

HSL color Cylindrical-coordinate representation of color #681329: hue angle of 344.47º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681329 is Cyan = 0, Magento = 0.82, Yellow = 0.61 and Black (K on CMYK) = 0.59.

Color convert

RGB1041941-
CMYK00.820.610.59
HSL344.47º69.11%24.12%-
HSV(B)344.47º81.73%40.78%-
XYZ6.343.572.45-
YUV46.92124.66168.71-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 19 (7.81% from 255) = 11.59%
BLUE value IS 41 (16.41% from 255) = 25%
R=63.41%
G=11.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104194100.820.610.59344.4769.1124.12
Hex6813290523D3B1584518
Octal15023510122757353010530
Binary11010001001110100101010010111101111011101011000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681329

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681329; }

 p { color: rgb(104,19,41); }

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

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

 a { background-color: rgb(104,19,41); }

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

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

 span { border-color: rgb(104,19,41); }

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