#680829

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

Shades of Pohutukawa #680829

Tints of Pohutukawa #680829

Color information

#680829 (or 0x680829) is unknown color: approx Pohutukawa. HEX triplet: 68, 08 and 29. RGB value is (104,8,41). Sum of RGB (Red+Green+Blue) = 104+8+41=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 8 (3.52% from 255 or 5.23% from 153); Blue value is 41 (16.41% from 255 or 26.80% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #680829 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680829 is #97F7D6. Grayscale: #282828. Windows color (decimal): -9959383 or 2689128. OLE color: 2689128.

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

Color convert

RGB104841-
CMYK00.920.610.59
HSL339.38º85.71%21.96%-
HSV(B)339.38º92.31%40.78%-
XYZ6.23.282.4-
YUV40.47128.3173.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 8 (3.52% from 255) = 5.23%
BLUE value IS 41 (16.41% from 255) = 26.80%
R=67.97%
G=5.23%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10484100.920.610.59339.3885.7121.96
Hex6882905C3D3B1535616
Octal15010510134757352312626
Binary1101000100010100101011100111101111011101010011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680829; }

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

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

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

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

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

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

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

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