#68081D

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

Shades of Pohutukawa #68081D

Tints of Pohutukawa #68081D

Color information

#68081D (or 0x68081D) is unknown color: approx Pohutukawa. HEX triplet: 68, 08 and 1D. RGB value is (104,8,29). Sum of RGB (Red+Green+Blue) = 104+8+29=141 (18% of max value = 765). Red value is 104 (41.02% from 255 or 73.76% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 29 (11.72% from 255 or 20.57% from 141); Max value from RGB is 104 - color contains mainly: red. Hex color #68081D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68081D is #97F7E2. Grayscale: #272727. Windows color (decimal): -9959395 or 1902696. OLE color: 1902696.

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

Color convert

RGB104829-
CMYK00.920.720.59
HSL346.88º85.71%21.96%-
HSV(B)346.88º92.31%40.78%-
XYZ6.023.211.46-
YUV39.1122.3174.29-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 73.76%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 29 (11.72% from 255) = 20.57%
R=73.76%
G=5.67%
B=20.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10482900.920.720.59346.8885.7121.96
Hex6881D05C483B15b5616
Octal150103501341107353312626
Binary1101000100011101010111001001000111011101011011101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68081D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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