#68141E

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

Shades of Pohutukawa #68141E

Tints of Pohutukawa #68141E

Color information

#68141E (or 0x68141E) is unknown color: approx Pohutukawa. HEX triplet: 68, 14 and 1E. RGB value is (104,20,30). Sum of RGB (Red+Green+Blue) = 104+20+30=154 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.53% from 154); Green value is 20 (8.20% from 255 or 12.99% from 154); Blue value is 30 (12.11% from 255 or 19.48% from 154); Max value from RGB is 104 - color contains mainly: red. Hex color #68141E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68141E is #97EBE1. Grayscale: #2E2E2E. Windows color (decimal): -9956322 or 1971304. OLE color: 1971304.

HSL color Cylindrical-coordinate representation of color #68141E: hue angle of 352.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 #68141E is Cyan = 0, Magento = 0.81, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1042030-
CMYK00.810.710.59
HSL352.86º67.74%24.31%-
HSV(B)352.86º80.77%40.78%-
XYZ6.193.541.58-
YUV46.26118.83169.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.53%
GREEN value IS 20 (8.20% from 255) = 12.99%
BLUE value IS 30 (12.11% from 255) = 19.48%
R=67.53%
G=12.99%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104203000.810.710.59352.8667.7424.31
Hex68141E051473B1614418
Octal150243601211077354110430
Binary11010001010011110010100011000111111011101100001100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68141E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68141E; }

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

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

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

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

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

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

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

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