#681527

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

Shades of Pohutukawa #681527

Tints of Pohutukawa #681527

Color information

#681527 (or 0x681527) is unknown color: approx Pohutukawa. HEX triplet: 68, 15 and 27. RGB value is (104,21,39). Sum of RGB (Red+Green+Blue) = 104+21+39=164 (21% of max value = 765). Red value is 104 (41.02% from 255 or 63.41% from 164); Green value is 21 (8.59% from 255 or 12.80% from 164); Blue value is 39 (15.62% from 255 or 23.78% from 164); Max value from RGB is 104 - color contains mainly: red. Hex color #681527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681527 is #97EAD8. Grayscale: #2F2F2F. Windows color (decimal): -9956057 or 2561384. OLE color: 2561384.

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

Color convert

RGB1042139-
CMYK00.800.620.59
HSL346.99º66.4%24.51%-
HSV(B)346.99º79.81%40.78%-
XYZ6.343.632.28-
YUV47.87123168.04-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 63.41%
GREEN value IS 21 (8.59% from 255) = 12.80%
BLUE value IS 39 (15.62% from 255) = 23.78%
R=63.41%
G=12.80%
B=23.78%

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
Decimal104213900.800.620.59346.9966.424.51
Hex6815270503E3B15b4219
Octal15025470120767353310231
Binary11010001010110011101010000111110111011101011011100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681527; }

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

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

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

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

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

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

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

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