#680A29

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

Shades of Pohutukawa #680A29

Tints of Pohutukawa #680A29

Color information

#680A29 (or 0x680A29) is unknown color: approx Pohutukawa. HEX triplet: 68, 0A and 29. RGB value is (104,10,41). Sum of RGB (Red+Green+Blue) = 104+10+41=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 10 (4.30% from 255 or 6.45% from 155); Blue value is 41 (16.41% from 255 or 26.45% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #680A29 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A29 is #97F5D6. Grayscale: #292929. Windows color (decimal): -9958871 or 2689640. OLE color: 2689640.

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

Color convert

RGB1041041-
CMYK00.900.610.59
HSL340.21º82.46%22.35%-
HSV(B)340.21º90.38%40.78%-
XYZ6.223.322.41-
YUV41.64127.64172.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 10 (4.30% from 255) = 6.45%
BLUE value IS 41 (16.41% from 255) = 26.45%
R=67.10%
G=6.45%
B=26.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104104100.900.610.59340.2182.4622.35
Hex68A2905A3D3B1545216
Octal15012510132757352412226
Binary1101000101010100101011010111101111011101010100101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680A29; }

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

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

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

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

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

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

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

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