#681216

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

Shades of Pohutukawa #681216

Tints of Pohutukawa #681216

Color information

#681216 (or 0x681216) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 16. RGB value is (104,18,22). Sum of RGB (Red+Green+Blue) = 104+18+22=144 (19% of max value = 765). Red value is 104 (41.02% from 255 or 72.22% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 104 - color contains mainly: red. Hex color #681216 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681216 is #97EDE9. Grayscale: #2C2C2C. Windows color (decimal): -9956842 or 1446504. OLE color: 1446504.

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

Color convert

RGB1041822-
CMYK00.830.790.59
HSL357.21º70.49%23.92%-
HSV(B)357.21º82.69%40.78%-
XYZ6.073.431.1-
YUV44.17115.49170.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 72.22%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=72.22%
G=12.5%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104182200.830.790.59357.2170.4923.92
Hex6812160534F3B1654618
Octal150222601231177354510630
Binary11010001001010110010100111001111111011101100101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681216; }

 p { color: rgb(104,18,22); }

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

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

 a { background-color: rgb(104,18,22); }

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

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

 span { border-color: rgb(104,18,22); }

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