#680815

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

Shades of Pohutukawa #680815

Tints of Pohutukawa #680815

Color information

#680815 (or 0x680815) is unknown color: approx Pohutukawa. HEX triplet: 68, 08 and 15. RGB value is (104,8,21). Sum of RGB (Red+Green+Blue) = 104+8+21=133 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.20% from 133); Green value is 8 (3.52% from 255 or 6.02% from 133); Blue value is 21 (8.59% from 255 or 15.79% from 133); Max value from RGB is 104 - color contains mainly: red. Hex color #680815 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680815 is #97F7EA. Grayscale: #262626. Windows color (decimal): -9959403 or 1378408. OLE color: 1378408.

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

Color convert

RGB104821-
CMYK00.920.800.59
HSL351.88º85.71%21.96%-
HSV(B)351.88º92.31%40.78%-
XYZ5.933.171.01-
YUV38.19118.3174.94-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.20%
GREEN value IS 8 (3.52% from 255) = 6.02%
BLUE value IS 21 (8.59% from 255) = 15.79%
R=78.20%
G=6.02%
B=15.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10482100.920.800.59351.8885.7121.96
Hex6881505C503B1605616
Octal150102501341207354012626
Binary1101000100010101010111001010000111011101100000101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680815; }

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

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

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

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

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

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

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

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