#68151D

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

Shades of Pohutukawa #68151D

Tints of Pohutukawa #68151D

Color information

#68151D (or 0x68151D) is unknown color: approx Pohutukawa. HEX triplet: 68, 15 and 1D. RGB value is (104,21,29). Sum of RGB (Red+Green+Blue) = 104+21+29=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 21 (8.59% from 255 or 13.64% from 154); Blue value is 29 (11.72% from 255 or 18.83% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #68151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68151D is #97EAE2. Grayscale: #2E2E2E. Windows color (decimal): -9956067 or 1906024. OLE color: 1906024.

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

Color convert

RGB1042129-
CMYK00.800.720.59
HSL354.22º66.4%24.51%-
HSV(B)354.22º79.81%40.78%-
XYZ6.23.571.52-
YUV46.73118168.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 21 (8.59% from 255) = 13.64%
BLUE value IS 29 (11.72% from 255) = 18.83%
R=67.53%
G=13.64%
B=18.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104212900.800.720.59354.2266.424.51
Hex68151D050483B1624219
Octal150253501201107354210231
Binary11010001010111101010100001001000111011101100010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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