#681721

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

Shades of Pohutukawa #681721

Tints of Pohutukawa #681721

Color information

#681721 (or 0x681721) is unknown color: approx Pohutukawa. HEX triplet: 68, 17 and 21. RGB value is (104,23,33). Sum of RGB (Red+Green+Blue) = 104+23+33=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 23 (9.38% from 255 or 14.38% from 160); Blue value is 33 (13.28% from 255 or 20.62% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681721 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681721 is #97E8DE. Grayscale: #303030. Windows color (decimal): -9955551 or 2168680. OLE color: 2168680.

HSL color Cylindrical-coordinate representation of color #681721: hue angle of 352.59º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681721 is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.59.

Color convert

RGB1042333-
CMYK00.780.680.59
HSL352.59º63.78%24.9%-
HSV(B)352.59º77.88%40.78%-
XYZ6.293.671.81-
YUV48.36119.34167.69-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 23 (9.38% from 255) = 14.38%
BLUE value IS 33 (13.28% from 255) = 20.62%
R=65%
G=14.38%
B=20.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104233300.780.680.59352.5963.7824.9
Hex68172104E443B1614019
Octal150274101161047354110031
Binary110100010111100001010011101000100111011101100001100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681721; }

 p { color: rgb(104,23,33); }

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

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

 a { background-color: rgb(104,23,33); }

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

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

 span { border-color: rgb(104,23,33); }

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