#681115

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

Shades of Pohutukawa #681115

Tints of Pohutukawa #681115

Color information

#681115 (or 0x681115) is unknown color: approx Pohutukawa. HEX triplet: 68, 11 and 15. RGB value is (104,17,21). Sum of RGB (Red+Green+Blue) = 104+17+21=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 17 (7.03% from 255 or 11.97% from 142); Blue value is 21 (8.59% from 255 or 14.79% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #681115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681115 is #97EEEA. Grayscale: #2B2B2B. Windows color (decimal): -9957099 or 1380712. OLE color: 1380712.

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

Color convert

RGB1041721-
CMYK00.840.800.59
HSL357.24º71.9%23.73%-
HSV(B)357.24º83.65%40.78%-
XYZ6.043.41.05-
YUV43.47115.32171.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.24%
GREEN value IS 17 (7.03% from 255) = 11.97%
BLUE value IS 21 (8.59% from 255) = 14.79%
R=73.24%
G=11.97%
B=14.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.80
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104172100.840.800.59357.2471.923.73
Hex681115054503B1654818
Octal150212501241207354511030
Binary11010001000110101010101001010000111011101100101100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681115; }

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

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

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

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

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

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

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

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