#680B2B

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

Shades of Pohutukawa #680B2B

Tints of Pohutukawa #680B2B

Color information

#680B2B (or 0x680B2B) is unknown color: approx Pohutukawa. HEX triplet: 68, 0B and 2B. RGB value is (104,11,43). Sum of RGB (Red+Green+Blue) = 104+11+43=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 11 (4.69% from 255 or 6.96% from 158); Blue value is 43 (17.19% from 255 or 27.22% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #680B2B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #680B2B is #97F4D4. Grayscale: #2A2A2A. Windows color (decimal): -9958613 or 2820968. OLE color: 2820968.

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

Color convert

RGB1041143-
CMYK00.890.590.59
HSL339.35º80.87%22.55%-
HSV(B)339.35º89.42%40.78%-
XYZ6.263.362.6-
YUV42.46128.31171.9-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 11 (4.69% from 255) = 6.96%
BLUE value IS 43 (17.19% from 255) = 27.22%
R=65.82%
G=6.96%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.59
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104114300.890.590.59339.3580.8722.55
Hex68B2B0593B3B1535117
Octal15013530131737352312127
Binary1101000101110101101011001111011111011101010011101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #680B2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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