#681229

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

Shades of Pohutukawa #681229

Tints of Pohutukawa #681229

Color information

#681229 (or 0x681229) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 29. RGB value is (104,18,41). Sum of RGB (Red+Green+Blue) = 104+18+41=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 18 (7.42% from 255 or 11.04% from 163); Blue value is 41 (16.41% from 255 or 25.15% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #681229 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681229 is #97EDD6. Grayscale: #2E2E2E. Windows color (decimal): -9956823 or 2691688. OLE color: 2691688.

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

Color convert

RGB1041841-
CMYK00.830.610.59
HSL343.95º70.49%23.92%-
HSV(B)343.95º82.69%40.78%-
XYZ6.333.542.45-
YUV46.34124.99169.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 18 (7.42% from 255) = 11.04%
BLUE value IS 41 (16.41% from 255) = 25.15%
R=63.80%
G=11.04%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104184100.830.610.59343.9570.4923.92
Hex6812290533D3B1584618
Octal15022510123757353010630
Binary11010001001010100101010011111101111011101011000100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681229

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681229; }

 p { color: rgb(104,18,41); }

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

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

 a { background-color: rgb(104,18,41); }

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

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

 span { border-color: rgb(104,18,41); }

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