#681222

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

Shades of Pohutukawa #681222

Tints of Pohutukawa #681222

Color information

#681222 (or 0x681222) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 22. RGB value is (104,18,34). Sum of RGB (Red+Green+Blue) = 104+18+34=156 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.67% from 156); Green value is 18 (7.42% from 255 or 11.54% from 156); Blue value is 34 (13.67% from 255 or 21.79% from 156); Max value from RGB is 104 - color contains mainly: red. Hex color #681222 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681222 is #97EDDD. Grayscale: #2D2D2D. Windows color (decimal): -9956830 or 2232936. OLE color: 2232936.

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

Color convert

RGB1041834-
CMYK00.830.670.59
HSL348.84º70.49%23.92%-
HSV(B)348.84º82.69%40.78%-
XYZ6.213.491.86-
YUV45.54121.49169.7-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.67%
GREEN value IS 18 (7.42% from 255) = 11.54%
BLUE value IS 34 (13.67% from 255) = 21.79%
R=66.67%
G=11.54%
B=21.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.67
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104183400.830.670.59348.8470.4923.92
Hex681222053433B15d4618
Octal150224201231037353510630
Binary110100010010100010010100111000011111011101011101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681222

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681222; }

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

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

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

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

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

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

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

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