#681C27

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

Shades of Pohutukawa #681C27

Tints of Pohutukawa #681C27

Color information

#681C27 (or 0x681C27) is unknown color: approx Pohutukawa. HEX triplet: 68, 1C and 27. RGB value is (104,28,39). Sum of RGB (Red+Green+Blue) = 104+28+39=171 (22% of max value = 765). Red value is 104 (41.02% from 255 or 60.82% from 171); Green value is 28 (11.33% from 255 or 16.37% from 171); Blue value is 39 (15.62% from 255 or 22.81% from 171); Max value from RGB is 104 - color contains mainly: red. Hex color #681C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C27 is #97E3D8. Grayscale: #343434. Windows color (decimal): -9954265 or 2563176. OLE color: 2563176.

HSL color Cylindrical-coordinate representation of color #681C27: hue angle of 351.32º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C27 is Cyan = 0, Magento = 0.73, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1042839-
CMYK00.730.620.59
HSL351.32º57.58%25.88%-
HSV(B)351.32º73.08%40.78%-
XYZ6.493.922.33-
YUV51.98120.68165.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 60.82%
GREEN value IS 28 (11.33% from 255) = 16.37%
BLUE value IS 39 (15.62% from 255) = 22.81%
R=60.82%
G=16.37%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104283900.730.620.59351.3257.5825.88
Hex681C270493E3B15f3a1a
Octal1503447011176735377232
Binary1101000111001001110100100111111011101110101111111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681C27; }

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

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

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

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

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

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

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

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