#681223

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

Shades of Pohutukawa #681223

Tints of Pohutukawa #681223

Color information

#681223 (or 0x681223) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 23. RGB value is (104,18,35). Sum of RGB (Red+Green+Blue) = 104+18+35=157 (20% of max value = 765). Red value is 104 (41.02% from 255 or 66.24% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 35 (14.06% from 255 or 22.29% from 157); Max value from RGB is 104 - color contains mainly: red. Hex color #681223 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681223 is #97EDDC. Grayscale: #2D2D2D. Windows color (decimal): -9956829 or 2298472. OLE color: 2298472.

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

Color convert

RGB1041835-
CMYK00.830.660.59
HSL348.14º70.49%23.92%-
HSV(B)348.14º82.69%40.78%-
XYZ6.233.51.94-
YUV45.65121.99169.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 66.24%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 35 (14.06% from 255) = 22.29%
R=66.24%
G=11.46%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104183500.830.660.59348.1470.4923.92
Hex681223053423B15c4618
Octal150224301231027353410630
Binary110100010010100011010100111000010111011101011100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681223

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681223; }

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

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

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

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

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

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

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

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