#681528

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

Shades of Pohutukawa #681528

Tints of Pohutukawa #681528

Color information

#681528 (or 0x681528) is unknown color: approx Pohutukawa. HEX triplet: 68, 15 and 28. RGB value is (104,21,40). Sum of RGB (Red+Green+Blue) = 104+21+40=165 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.03% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 104 - color contains mainly: red. Hex color #681528 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681528 is #97EAD7. Grayscale: #2F2F2F. Windows color (decimal): -9956056 or 2626920. OLE color: 2626920.

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

Color convert

RGB1042140-
CMYK00.800.620.59
HSL346.27º66.4%24.51%-
HSV(B)346.27º79.81%40.78%-
XYZ6.363.632.37-
YUV47.98123.5167.96-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.03%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 40 (16.02% from 255) = 24.24%
R=63.03%
G=12.73%
B=24.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.62
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104214000.800.620.59346.2766.424.51
Hex6815280503E3B15a4219
Octal15025500120767353210231
Binary11010001010110100001010000111110111011101011010100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681528

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681528; }

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

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

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

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

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

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

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

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