#68141D

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

Shades of Pohutukawa #68141D

Tints of Pohutukawa #68141D

Color information

#68141D (or 0x68141D) is unknown color: approx Pohutukawa. HEX triplet: 68, 14 and 1D. RGB value is (104,20,29). Sum of RGB (Red+Green+Blue) = 104+20+29=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 29 (11.72% from 255 or 18.95% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #68141D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68141D is #97EBE2. Grayscale: #2E2E2E. Windows color (decimal): -9956323 or 1905768. OLE color: 1905768.

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

Color convert

RGB1042029-
CMYK00.810.720.59
HSL353.57º67.74%24.31%-
HSV(B)353.57º80.77%40.78%-
XYZ6.183.531.52-
YUV46.14118.33169.27-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 29 (11.72% from 255) = 18.95%
R=67.97%
G=13.07%
B=18.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104202900.810.720.59353.5767.7424.31
Hex68141D051483B1624418
Octal150243501211107354210430
Binary11010001010011101010100011001000111011101100010100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68141D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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