#68151C

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

Shades of Pohutukawa #68151C

Tints of Pohutukawa #68151C

Color information

#68151C (or 0x68151C) is unknown color: approx Pohutukawa. HEX triplet: 68, 15 and 1C. RGB value is (104,21,28). Sum of RGB (Red+Green+Blue) = 104+21+28=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 21 (8.59% from 255 or 13.73% from 153); Blue value is 28 (11.33% from 255 or 18.30% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68151C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68151C is #97EAE3. Grayscale: #2E2E2E. Windows color (decimal): -9956068 or 1840488. OLE color: 1840488.

HSL color Cylindrical-coordinate representation of color #68151C: hue angle of 354.94º 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 #68151C is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB1042128-
CMYK00.800.730.59
HSL354.94º66.4%24.51%-
HSV(B)354.94º79.81%40.78%-
XYZ6.193.561.46-
YUV46.62117.5168.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 21 (8.59% from 255) = 13.73%
BLUE value IS 28 (11.33% from 255) = 18.30%
R=67.97%
G=13.73%
B=18.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104212800.800.730.59354.9466.424.51
Hex68151C050493B1634219
Octal150253401201117354310231
Binary11010001010111100010100001001001111011101100011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68151C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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