#680913

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

Shades of Pohutukawa #680913

Tints of Pohutukawa #680913

Color information

#680913 (or 0x680913) is unknown color: approx Pohutukawa. HEX triplet: 68, 09 and 13. RGB value is (104,9,19). Sum of RGB (Red+Green+Blue) = 104+9+19=132 (17% of max value = 765). Red value is 104 (41.02% from 255 or 78.79% from 132); Green value is 9 (3.91% from 255 or 6.82% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 104 - color contains mainly: red. Hex color #680913 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680913 is #97F6EC. Grayscale: #262626. Windows color (decimal): -9959149 or 1247592. OLE color: 1247592.

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

Color convert

RGB104919-
CMYK00.910.820.59
HSL353.68º84.07%22.16%-
HSV(B)353.68º91.35%40.78%-
XYZ5.923.190.92-
YUV38.54116.97174.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 78.79%
GREEN value IS 9 (3.91% from 255) = 6.82%
BLUE value IS 19 (7.81% from 255) = 14.39%
R=78.79%
G=6.82%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10491900.910.820.59353.6884.0722.16
Hex6891305B523B1625416
Octal150112301331227354212426
Binary1101000100110011010110111010010111011101100010101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #680913; }

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

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

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

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

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

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

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

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