#681322

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

Shades of Pohutukawa #681322

Tints of Pohutukawa #681322

Color information

#681322 (or 0x681322) is unknown color: approx Pohutukawa. HEX triplet: 68, 13 and 22. RGB value is (104,19,34). Sum of RGB (Red+Green+Blue) = 104+19+34=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 19 (7.81% from 255 or 12.10% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #681322 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681322 is #97ECDD. Grayscale: #2E2E2E. Windows color (decimal): -9956574 or 2233192. OLE color: 2233192.

HSL color Cylindrical-coordinate representation of color #681322: hue angle of 349.41º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #681322 is Cyan = 0, Magento = 0.82, Yellow = 0.67 and Black (K on CMYK) = 0.59.

Color convert

RGB1041934-
CMYK00.820.670.59
HSL349.41º69.11%24.12%-
HSV(B)349.41º81.73%40.78%-
XYZ6.233.521.87-
YUV46.12121.16169.28-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 19 (7.81% from 255) = 12.10%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=66.24%
G=12.10%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104193400.820.670.59349.4169.1124.12
Hex681322052433B15d4518
Octal150234201221037353510530
Binary110100010011100010010100101000011111011101011101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681322

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681322; }

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

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

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

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

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

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

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

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