#681521

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

Shades of Pohutukawa #681521

Tints of Pohutukawa #681521

Color information

#681521 (or 0x681521) is unknown color: approx Pohutukawa. HEX triplet: 68, 15 and 21. RGB value is (104,21,33). Sum of RGB (Red+Green+Blue) = 104+21+33=158 (20% of max value = 765). Red value is 104 (41.02% from 255 or 65.82% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 33 (13.28% from 255 or 20.89% from 158); Max value from RGB is 104 - color contains mainly: red. Hex color #681521 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681521 is #97EADE. Grayscale: #2F2F2F. Windows color (decimal): -9956063 or 2168168. OLE color: 2168168.

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

Color convert

RGB1042133-
CMYK00.800.680.59
HSL351.33º66.4%24.51%-
HSV(B)351.33º79.81%40.78%-
XYZ6.253.591.8-
YUV47.18120168.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65.82%
GREEN value IS 21 (8.59% from 255) = 13.29%
BLUE value IS 33 (13.28% from 255) = 20.89%
R=65.82%
G=13.29%
B=20.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104213300.800.680.59351.3366.424.51
Hex681521050443B15f4219
Octal150254101201047353710231
Binary110100010101100001010100001000100111011101011111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681521

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681521; }

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

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

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

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

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

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

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

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