#681526

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

Shades of Pohutukawa #681526

Tints of Pohutukawa #681526

Color information

#681526 (or 0x681526) is unknown color: approx Pohutukawa. HEX triplet: 68, 15 and 26. RGB value is (104,21,38). Sum of RGB (Red+Green+Blue) = 104+21+38=163 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.80% from 163); Green value is 21 (8.59% from 255 or 12.88% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 104 - color contains mainly: red. Hex color #681526 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681526 is #97EAD9. Grayscale: #2F2F2F. Windows color (decimal): -9956058 or 2495848. OLE color: 2495848.

HSL color Cylindrical-coordinate representation of color #681526: hue angle of 347.71º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681526 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1042138-
CMYK00.800.630.59
HSL347.71º66.4%24.51%-
HSV(B)347.71º79.81%40.78%-
XYZ6.333.622.2-
YUV47.76122.5168.12-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.80%
GREEN value IS 21 (8.59% from 255) = 12.88%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=63.80%
G=12.88%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104213800.800.630.59347.7166.424.51
Hex6815260503F3B15c4219
Octal15025460120777353410231
Binary11010001010110011001010000111111111011101011100100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681526

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681526; }

 p { color: rgb(104,21,38); }

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

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

 a { background-color: rgb(104,21,38); }

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

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

 span { border-color: rgb(104,21,38); }

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