#681727

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

Shades of Pohutukawa #681727

Tints of Pohutukawa #681727

Color information

#681727 (or 0x681727) is unknown color: approx Pohutukawa. HEX triplet: 68, 17 and 27. RGB value is (104,23,39). Sum of RGB (Red+Green+Blue) = 104+23+39=166 (21% of max value = 765). Red value is 104 (41.02% from 255 or 62.65% from 166); Green value is 23 (9.38% from 255 or 13.86% from 166); Blue value is 39 (15.62% from 255 or 23.49% from 166); Max value from RGB is 104 - color contains mainly: red. Hex color #681727 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681727 is #97E8D8. Grayscale: #313131. Windows color (decimal): -9955545 or 2561896. OLE color: 2561896.

HSL color Cylindrical-coordinate representation of color #681727: hue angle of 348.15º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681727 is Cyan = 0, Magento = 0.78, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1042339-
CMYK00.780.620.59
HSL348.15º63.78%24.9%-
HSV(B)348.15º77.88%40.78%-
XYZ6.383.72.3-
YUV49.04122.34167.2-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 62.65%
GREEN value IS 23 (9.38% from 255) = 13.86%
BLUE value IS 39 (15.62% from 255) = 23.49%
R=62.65%
G=13.86%
B=23.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104233900.780.620.59348.1563.7824.9
Hex68172704E3E3B15c4019
Octal15027470116767353410031
Binary11010001011110011101001110111110111011101011100100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681727; }

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

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

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

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

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

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

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

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