#68071C

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

Shades of Pohutukawa #68071C

Tints of Pohutukawa #68071C

Color information

#68071C (or 0x68071C) is unknown color: approx Pohutukawa. HEX triplet: 68, 07 and 1C. RGB value is (104,7,28). Sum of RGB (Red+Green+Blue) = 104+7+28=139 (18% of max value = 765). Red value is 104 (41.02% from 255 or 74.82% from 139); Green value is 7 (3.12% from 255 or 5.04% from 139); Blue value is 28 (11.33% from 255 or 20.14% from 139); Max value from RGB is 104 - color contains mainly: red. Hex color #68071C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68071C is #97F8E3. Grayscale: #262626. Windows color (decimal): -9959652 or 1836904. OLE color: 1836904.

HSL color Cylindrical-coordinate representation of color #68071C: hue angle of 347.01º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #68071C is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB104728-
CMYK00.930.730.59
HSL347.01º87.39%21.76%-
HSV(B)347.01º93.27%40.78%-
XYZ5.993.181.4-
YUV38.4122.14174.79-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 74.82%
GREEN value IS 7 (3.12% from 255) = 5.04%
BLUE value IS 28 (11.33% from 255) = 20.14%
R=74.82%
G=5.04%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10472800.930.730.59347.0187.3921.76
Hex6871C05D493B15b5716
Octal15073401351117353312726
Binary110100011111100010111011001001111011101011011101011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68071C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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