#681327

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

Shades of Pohutukawa #681327

Tints of Pohutukawa #681327

Color information

#681327 (or 0x681327) is unknown color: approx Pohutukawa. HEX triplet: 68, 13 and 27. RGB value is (104,19,39). Sum of RGB (Red+Green+Blue) = 104+19+39=162 (21% of max value = 765). Red value is 104 (41.02% from 255 or 64.20% from 162); Green value is 19 (7.81% from 255 or 11.73% from 162); Blue value is 39 (15.62% from 255 or 24.07% from 162); Max value from RGB is 104 - color contains mainly: red. Hex color #681327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681327 is #97ECD8. Grayscale: #2E2E2E. Windows color (decimal): -9956569 or 2560872. OLE color: 2560872.

HSL color Cylindrical-coordinate representation of color #681327: hue angle of 345.88º 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 #681327 is Cyan = 0, Magento = 0.82, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1041939-
CMYK00.820.620.59
HSL345.88º69.11%24.12%-
HSV(B)345.88º81.73%40.78%-
XYZ6.313.562.27-
YUV46.69123.66168.87-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 64.20%
GREEN value IS 19 (7.81% from 255) = 11.73%
BLUE value IS 39 (15.62% from 255) = 24.07%
R=64.20%
G=11.73%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104193900.820.620.59345.8869.1124.12
Hex6813270523E3B15a4518
Octal15023470122767353210530
Binary11010001001110011101010010111110111011101011010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681327; }

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

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

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

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

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

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

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

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