#681729

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

Shades of Pohutukawa #681729

Tints of Pohutukawa #681729

Color information

#681729 (or 0x681729) is unknown color: approx Pohutukawa. HEX triplet: 68, 17 and 29. RGB value is (104,23,41). Sum of RGB (Red+Green+Blue) = 104+23+41=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 23 (9.38% from 255 or 13.69% from 168); Blue value is 41 (16.41% from 255 or 24.40% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #681729 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681729 is #97E8D6. Grayscale: #313131. Windows color (decimal): -9955543 or 2692968. OLE color: 2692968.

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

Color convert

RGB1042341-
CMYK00.780.610.59
HSL346.67º63.78%24.9%-
HSV(B)346.67º77.88%40.78%-
XYZ6.423.722.48-
YUV49.27123.34167.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.90%
GREEN value IS 23 (9.38% from 255) = 13.69%
BLUE value IS 41 (16.41% from 255) = 24.40%
R=61.90%
G=13.69%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104234100.780.610.59346.6763.7824.9
Hex68172904E3D3B15b4019
Octal15027510116757353310031
Binary11010001011110100101001110111101111011101011011100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681729; }

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

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

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

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

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

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

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

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