#681122

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

Shades of Pohutukawa #681122

Tints of Pohutukawa #681122

Color information

#681122 (or 0x681122) is unknown color: approx Pohutukawa. HEX triplet: 68, 11 and 22. RGB value is (104,17,34). Sum of RGB (Red+Green+Blue) = 104+17+34=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 34 (13.67% from 255 or 21.94% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #681122 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681122 is #97EEDD. Grayscale: #2C2C2C. Windows color (decimal): -9957086 or 2232680. OLE color: 2232680.

HSL color Cylindrical-coordinate representation of color #681122: hue angle of 348.28º 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 #681122 is Cyan = 0, Magento = 0.84, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB1041734-
CMYK00.840.670.59
HSL348.28º71.9%23.73%-
HSV(B)348.28º83.65%40.78%-
XYZ6.23.461.85-
YUV44.95121.82170.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 17 (7.03% from 255) = 10.97%
BLUE value IS 34 (13.67% from 255) = 21.94%
R=67.10%
G=10.97%
B=21.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104173400.840.670.59348.2871.923.73
Hex681122054433B15c4818
Octal150214201241037353411030
Binary110100010001100010010101001000011111011101011100100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681122

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681122; }

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

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

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

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

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

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

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

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