#68081E

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

Shades of Pohutukawa #68081E

Tints of Pohutukawa #68081E

Color information

#68081E (or 0x68081E) is unknown color: approx Pohutukawa. HEX triplet: 68, 08 and 1E. RGB value is (104,8,30). Sum of RGB (Red+Green+Blue) = 104+8+30=142 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.24% from 142); Green value is 8 (3.52% from 255 or 5.63% from 142); Blue value is 30 (12.11% from 255 or 21.13% from 142); Max value from RGB is 104 - color contains mainly: red. Hex color #68081E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68081E is #97F7E1. Grayscale: #272727. Windows color (decimal): -9959394 or 1968232. OLE color: 1968232.

HSL color Cylindrical-coordinate representation of color #68081E: hue angle of 346.25º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #68081E is Cyan = 0, Magento = 0.92, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB104830-
CMYK00.920.710.59
HSL346.25º85.71%21.96%-
HSV(B)346.25º92.31%40.78%-
XYZ6.033.211.53-
YUV39.21122.8174.21-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.24%
GREEN value IS 8 (3.52% from 255) = 5.63%
BLUE value IS 30 (12.11% from 255) = 21.13%
R=73.24%
G=5.63%
B=21.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10483000.920.710.59346.2585.7121.96
Hex6881E05C473B15a5616
Octal150103601341077353212626
Binary1101000100011110010111001000111111011101011010101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68081E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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