#681621

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

Shades of Pohutukawa #681621

Tints of Pohutukawa #681621

Color information

#681621 (or 0x681621) is unknown color: approx Pohutukawa. HEX triplet: 68, 16 and 21. RGB value is (104,22,33). Sum of RGB (Red+Green+Blue) = 104+22+33=159 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65.41% from 159); Green value is 22 (8.98% from 255 or 13.84% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 104 - color contains mainly: red. Hex color #681621 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681621 is #97E9DE. Grayscale: #2F2F2F. Windows color (decimal): -9955807 or 2168424. OLE color: 2168424.

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

Color convert

RGB1042233-
CMYK00.790.680.59
HSL351.95º65.08%24.71%-
HSV(B)351.95º78.85%40.78%-
XYZ6.273.631.81-
YUV47.77119.67168.11-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.41%
GREEN value IS 22 (8.98% from 255) = 13.84%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=65.41%
G=13.84%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104223300.790.680.59351.9565.0824.71
Hex68162104F443B1604119
Octal150264101171047354010131
Binary110100010110100001010011111000100111011101100000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681621

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681621; }

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

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

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

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

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

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

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

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