#68161D

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

Shades of Pohutukawa #68161D

Tints of Pohutukawa #68161D

Color information

#68161D (or 0x68161D) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 1D. RGB value is (104,22,29). Sum of RGB (Red+Green+Blue) = 104+22+29=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 22 (8.98% from 255 or 14.19% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #68161D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68161D is #97E9E2. Grayscale: #2F2F2F. Windows color (decimal): -9955811 or 1906280. OLE color: 1906280.

HSL color Cylindrical-coordinate representation of color #68161D: hue angle of 354.88º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #68161D is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1042229-
CMYK00.790.720.59
HSL354.88º65.08%24.71%-
HSV(B)354.88º78.85%40.78%-
XYZ6.223.611.53-
YUV47.32117.67168.43-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 22 (8.98% from 255) = 14.19%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=67.10%
G=14.19%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104222900.790.720.59354.8865.0824.71
Hex68161D04F483B1634119
Octal150263501171107354310131
Binary11010001011011101010011111001000111011101100011100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68161D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68161D; }

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

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

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

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

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

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

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

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