#68111A

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

Shades of Pohutukawa #68111A

Tints of Pohutukawa #68111A

Color information

#68111A (or 0x68111A) is unknown color: approx Pohutukawa. HEX triplet: 68, 11 and 1A. RGB value is (104,17,26). Sum of RGB (Red+Green+Blue) = 104+17+26=147 (19% of max value = 765). Red value is 104 (41.02% from 255 or 70.75% from 147); Green value is 17 (7.03% from 255 or 11.56% from 147); Blue value is 26 (10.55% from 255 or 17.69% from 147); Max value from RGB is 104 - color contains mainly: red. Hex color #68111A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #68111A is #97EEE5. Grayscale: #2C2C2C. Windows color (decimal): -9957094 or 1708392. OLE color: 1708392.

HSL color Cylindrical-coordinate representation of color #68111A: hue angle of 353.79º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #68111A is Cyan = 0, Magento = 0.84, Yellow = 0.75 and Black (K on CMYK) = 0.59.

Color convert

RGB1041726-
CMYK00.840.750.59
HSL353.79º71.9%23.73%-
HSV(B)353.79º83.65%40.78%-
XYZ6.13.421.32-
YUV44.04117.82170.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 70.75%
GREEN value IS 17 (7.03% from 255) = 11.56%
BLUE value IS 26 (10.55% from 255) = 17.69%
R=70.75%
G=11.56%
B=17.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104172600.840.750.59353.7971.923.73
Hex68111A0544B3B1624818
Octal150213201241137354211030
Binary11010001000111010010101001001011111011101100010100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68111A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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