#681226

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

Shades of Pohutukawa #681226

Tints of Pohutukawa #681226

Color information

#681226 (or 0x681226) is unknown color: approx Pohutukawa. HEX triplet: 68, 12 and 26. RGB value is (104,18,38). Sum of RGB (Red+Green+Blue) = 104+18+38=160 (21% of max value = 765). Red value is 104 (41.02% from 255 or 65% from 160); Green value is 18 (7.42% from 255 or 11.25% from 160); Blue value is 38 (15.23% from 255 or 23.75% from 160); Max value from RGB is 104 - color contains mainly: red. Hex color #681226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681226 is #97EDD9. Grayscale: #2E2E2E. Windows color (decimal): -9956826 or 2495080. OLE color: 2495080.

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

Color convert

RGB1041838-
CMYK00.830.630.59
HSL346.05º70.49%23.92%-
HSV(B)346.05º82.69%40.78%-
XYZ6.283.522.18-
YUV45.99123.49169.37-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 65%
GREEN value IS 18 (7.42% from 255) = 11.25%
BLUE value IS 38 (15.23% from 255) = 23.75%
R=65%
G=11.25%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104183800.830.630.59346.0570.4923.92
Hex6812260533F3B15a4618
Octal15022460123777353210630
Binary11010001001010011001010011111111111011101011010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681226; }

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

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

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

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

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

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

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

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