#68142C

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

Shades of Pohutukawa #68142C

Tints of Pohutukawa #68142C

Color information

#68142C (or 0x68142C) is unknown color: approx Pohutukawa. HEX triplet: 68, 14 and 2C. RGB value is (104,20,44). Sum of RGB (Red+Green+Blue) = 104+20+44=168 (22% of max value = 765). Red value is 104 (41.02% from 255 or 61.90% from 168); Green value is 20 (8.20% from 255 or 11.90% from 168); Blue value is 44 (17.58% from 255 or 26.19% from 168); Max value from RGB is 104 - color contains mainly: red. Hex color #68142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68142C is #97EBD3. Grayscale: #2F2F2F. Windows color (decimal): -9956308 or 2888808. OLE color: 2888808.

HSL color Cylindrical-coordinate representation of color #68142C: hue angle of 342.86º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #68142C is Cyan = 0, Magento = 0.81, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1042044-
CMYK00.810.580.59
HSL342.86º67.74%24.31%-
HSV(B)342.86º80.77%40.78%-
XYZ6.413.632.74-
YUV47.85125.83168.05-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 61.90%
GREEN value IS 20 (8.20% from 255) = 11.90%
BLUE value IS 44 (17.58% from 255) = 26.19%
R=61.90%
G=11.90%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104204400.810.580.59342.8667.7424.31
Hex68142C0513A3B1574418
Octal15024540121727352710430
Binary11010001010010110001010001111010111011101010111100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,20,44); }

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

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

 a { background-color: rgb(104,20,44); }

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

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

 span { border-color: rgb(104,20,44); }

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