#681221

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

Shades of Pohutukawa #681221

Tints of Pohutukawa #681221

Color information

#681221 (or 0x681221) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 21. RGB value is (104,18,33). Sum of RGB (Red+Green+Blue) = 104+18+33=155 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.10% from 155); Green value is 18 (7.42% from 255 or 11.61% from 155); Blue value is 33 (13.28% from 255 or 21.29% from 155); Max value from RGB is 104 - color contains mainly: red. Hex color #681221 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681221 is #97EDDE. Grayscale: #2D2D2D. Windows color (decimal): -9956831 or 2167400. OLE color: 2167400.

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

Color convert

RGB1041833-
CMYK00.830.680.59
HSL349.53º70.49%23.92%-
HSV(B)349.53º82.69%40.78%-
XYZ6.23.491.78-
YUV45.42120.99169.78-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.10%
GREEN value IS 18 (7.42% from 255) = 11.61%
BLUE value IS 33 (13.28% from 255) = 21.29%
R=67.10%
G=11.61%
B=21.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.68
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104183300.830.680.59349.5370.4923.92
Hex681221053443B15e4618
Octal150224101231047353610630
Binary110100010010100001010100111000100111011101011110100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681221

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681221; }

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

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

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

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

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

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

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

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