#681117

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

Shades of Pohutukawa #681117

Tints of Pohutukawa #681117

Color information

#681117 (or 0x681117) is unknown color: approx Pohutukawa. HEX triplet: 68, 11 and 17. RGB value is (104,17,23). Sum of RGB (Red+Green+Blue) = 104+17+23=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 17 (7.03% from 255 or 11.81% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681117 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681117 is #97EEE8. Grayscale: #2B2B2B. Windows color (decimal): -9957097 or 1511784. OLE color: 1511784.

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

Color convert

RGB1041723-
CMYK00.840.780.59
HSL355.86º71.9%23.73%-
HSV(B)355.86º83.65%40.78%-
XYZ6.063.411.15-
YUV43.7116.32171.01-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 17 (7.03% from 255) = 11.81%
BLUE value IS 23 (9.38% from 255) = 15.97%
R=72.22%
G=11.81%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.78
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104172300.840.780.59355.8671.923.73
Hex6811170544E3B1644818
Octal150212701241167354411030
Binary11010001000110111010101001001110111011101100100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681117

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681117; }

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

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

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

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

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

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

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

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