#680A28

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

Shades of Pohutukawa #680A28

Tints of Pohutukawa #680A28

Color information

#680A28 (or 0x680A28) is unknown color: approx Pohutukawa. HEX triplet: 68, 0A and 28. RGB value is (104,10,40). Sum of RGB (Red+Green+Blue) = 104+10+40=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 10 (4.30% from 255 or 6.49% from 154); Blue value is 40 (16.02% from 255 or 25.97% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #680A28 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680A28 is #97F5D7. Grayscale: #292929. Windows color (decimal): -9958872 or 2624104. OLE color: 2624104.

HSL color Cylindrical-coordinate representation of color #680A28: hue angle of 340.85º 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 #680A28 is Cyan = 0, Magento = 0.90, Yellow = 0.62 and Black (K on CMYK) = 0.59.

Color convert

RGB1041040-
CMYK00.900.620.59
HSL340.85º82.46%22.35%-
HSV(B)340.85º90.38%40.78%-
XYZ6.23.312.32-
YUV41.53127.14172.56-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 10 (4.30% from 255) = 6.49%
BLUE value IS 40 (16.02% from 255) = 25.97%
R=67.53%
G=6.49%
B=25.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104104000.900.620.59340.8582.4622.35
Hex68A2805A3E3B1555216
Octal15012500132767352512226
Binary1101000101010100001011010111110111011101010101101001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680A28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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