#681819

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

Shades of Pohutukawa #681819

Tints of Pohutukawa #681819

Color information

#681819 (or 0x681819) is unknown color: approx Pohutukawa. HEX triplet: 68, 18 and 19. RGB value is (104,24,25). Sum of RGB (Red+Green+Blue) = 104+24+25=153 (20% of max value = 765). Red value is 104 (41.02% from 255 or 67.97% from 153); Green value is 24 (9.77% from 255 or 15.69% from 153); Blue value is 25 (10.16% from 255 or 16.34% from 153); Max value from RGB is 104 - color contains mainly: red. Hex color #681819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #681819 is #97E7E6. Grayscale: #303030. Windows color (decimal): -9955303 or 1644648. OLE color: 1644648.

HSL color Cylindrical-coordinate representation of color #681819: hue angle of 359.25º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #681819 is Cyan = 0, Magento = 0.77, Yellow = 0.76 and Black (K on CMYK) = 0.59.

Color convert

RGB1042425-
CMYK00.770.760.59
HSL359.25º62.5%25.1%-
HSV(B)359.25º76.92%40.78%-
XYZ6.213.671.3-
YUV48.03115167.92-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 67.97%
GREEN value IS 24 (9.77% from 255) = 15.69%
BLUE value IS 25 (10.16% from 255) = 16.34%
R=67.97%
G=15.69%
B=16.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.76
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104242500.770.760.59359.2562.525.1
Hex68181904D4C3B1673e19
Octal15030310115114735477631
Binary1101000110001100101001101100110011101110110011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681819; }

 p { color: rgb(104,24,25); }

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

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

 a { background-color: rgb(104,24,25); }

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

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

 span { border-color: rgb(104,24,25); }

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