#680D13

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

Shades of Pohutukawa #680D13

Tints of Pohutukawa #680D13

Color information

#680D13 (or 0x680D13) is unknown color: approx Pohutukawa. HEX triplet: 68, 0D and 13. RGB value is (104,13,19). Sum of RGB (Red+Green+Blue) = 104+13+19=136 (18% of max value = 765). Red value is 104 (41.02% from 255 or 76.47% from 136); Green value is 13 (5.47% from 255 or 9.56% from 136); Blue value is 19 (7.81% from 255 or 13.97% from 136); Max value from RGB is 104 - color contains mainly: red. Hex color #680D13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680D13 is #97F2EC. Grayscale: #282828. Windows color (decimal): -9958125 or 1248616. OLE color: 1248616.

HSL color Cylindrical-coordinate representation of color #680D13: hue angle of 356.04º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #680D13 is Cyan = 0, Magento = 0.88, Yellow = 0.82 and Black (K on CMYK) = 0.59.

Color convert

RGB1041319-
CMYK00.880.820.59
HSL356.04º77.78%22.94%-
HSV(B)356.04º87.5%40.78%-
XYZ5.973.280.93-
YUV40.89115.65173.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 76.47%
GREEN value IS 13 (5.47% from 255) = 9.56%
BLUE value IS 19 (7.81% from 255) = 13.97%
R=76.47%
G=9.56%
B=13.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104131900.880.820.59356.0477.7822.94
Hex68D13058523B1644e17
Octal150152301301227354411627
Binary1101000110110011010110001010010111011101100100100111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,13,19); }

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

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

 a { background-color: rgb(104,13,19); }

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

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

 span { border-color: rgb(104,13,19); }

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