#68081A

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

Shades of Pohutukawa #68081A

Tints of Pohutukawa #68081A

Color information

#68081A (or 0x68081A) is unknown color: approx Pohutukawa. HEX triplet: 68, 08 and 1A. RGB value is (104,8,26). Sum of RGB (Red+Green+Blue) = 104+8+26=138 (18% of max value = 765). Red value is 104 (41.02% from 255 or 75.36% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 26 (10.55% from 255 or 18.84% from 138); Max value from RGB is 104 - color contains mainly: red. Hex color #68081A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68081A is #97F7E5. Grayscale: #262626. Windows color (decimal): -9959398 or 1706088. OLE color: 1706088.

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

Color convert

RGB104826-
CMYK00.920.750.59
HSL348.75º85.71%21.96%-
HSV(B)348.75º92.31%40.78%-
XYZ5.983.191.28-
YUV38.76120.8174.54-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 75.36%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 26 (10.55% from 255) = 18.84%
R=75.36%
G=5.80%
B=18.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10482600.920.750.59348.7585.7121.96
Hex6881A05C4B3B15d5616
Octal150103201341137353512626
Binary1101000100011010010111001001011111011101011101101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68081A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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