#680B13

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

Shades of Pohutukawa #680B13

Tints of Pohutukawa #680B13

Color information

#680B13 (or 0x680B13) is unknown color: approx Pohutukawa. HEX triplet: 68, 0B and 13. RGB value is (104,11,19). Sum of RGB (Red+Green+Blue) = 104+11+19=134 (17% of max value = 765). Red value is 104 (41.02% from 255 or 77.61% from 134); Green value is 11 (4.69% from 255 or 8.21% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 104 - color contains mainly: red. Hex color #680B13 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #680B13 is #97F4EC. Grayscale: #272727. Windows color (decimal): -9958637 or 1248104. OLE color: 1248104.

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

Color convert

RGB1041119-
CMYK00.890.820.59
HSL354.84º80.87%22.55%-
HSV(B)354.84º89.42%40.78%-
XYZ5.953.230.93-
YUV39.72116.31173.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 77.61%
GREEN value IS 11 (4.69% from 255) = 8.21%
BLUE value IS 19 (7.81% from 255) = 14.18%
R=77.61%
G=8.21%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.82
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104111900.890.820.59354.8480.8722.55
Hex68B13059523B1635117
Octal150132301311227354312127
Binary1101000101110011010110011010010111011101100011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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