#681119

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

Shades of Pohutukawa #681119

Tints of Pohutukawa #681119

Color information

#681119 (or 0x681119) is unknown color: approx Pohutukawa. HEX triplet: 68, 11 and 19. RGB value is (104,17,25). Sum of RGB (Red+Green+Blue) = 104+17+25=146 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.23% from 146); Green value is 17 (7.03% from 255 or 11.64% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 104 - color contains mainly: red. Hex color #681119 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681119 is #97EEE6. Grayscale: #2B2B2B. Windows color (decimal): -9957095 or 1642856. OLE color: 1642856.

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

Color convert

RGB1041725-
CMYK00.840.760.59
HSL354.48º71.9%23.73%-
HSV(B)354.48º83.65%40.78%-
XYZ6.083.411.26-
YUV43.92117.32170.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.23%
GREEN value IS 17 (7.03% from 255) = 11.64%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=71.23%
G=11.64%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104172500.840.760.59354.4871.923.73
Hex6811190544C3B1624818
Octal150213101241147354211030
Binary11010001000111001010101001001100111011101100010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681119

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681119; }

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

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

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

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

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

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

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

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