#681316

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

Shades of Pohutukawa #681316

Tints of Pohutukawa #681316

Color information

#681316 (or 0x681316) is unknown color: approx Pohutukawa. HEX triplet: 68, 13 and 16. RGB value is (104,19,22). Sum of RGB (Red+Green+Blue) = 104+19+22=145 (19% of max value = 765). Red value is 104 (41.02% from 255 or 71.72% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 104 - color contains mainly: red. Hex color #681316 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681316 is #97ECE9. Grayscale: #2C2C2C. Windows color (decimal): -9956586 or 1446760. OLE color: 1446760.

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

Color convert

RGB1041922-
CMYK00.820.790.59
HSL357.88º69.11%24.12%-
HSV(B)357.88º81.73%40.78%-
XYZ6.093.471.11-
YUV44.76115.16170.26-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 71.72%
GREEN value IS 19 (7.81% from 255) = 13.10%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=71.72%
G=13.10%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.79
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104192200.820.790.59357.8869.1124.12
Hex6813160524F3B1664518
Octal150232601221177354610530
Binary11010001001110110010100101001111111011101100110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681316; }

 p { color: rgb(104,19,22); }

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

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

 a { background-color: rgb(104,19,22); }

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

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

 span { border-color: rgb(104,19,22); }

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