#691819

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

Shades of Pohutukawa #691819

Tints of Pohutukawa #691819

Color information

#691819 (or 0x691819) is unknown color: approx Pohutukawa. HEX triplet: 69, 18 and 19. RGB value is (105,24,25). Sum of RGB (Red+Green+Blue) = 105+24+25=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 25 (10.16% from 255 or 16.23% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #691819 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691819 is #96E7E6. Grayscale: #303030. Windows color (decimal): -9889767 or 1644649. OLE color: 1644649.

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

Color convert

RGB1052425-
CMYK00.770.760.59
HSL359.26º62.79%25.29%-
HSV(B)359.26º77.14%41.18%-
XYZ6.333.731.31-
YUV48.33114.84168.42-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.18%
GREEN value IS 24 (9.77% from 255) = 15.58%
BLUE value IS 25 (10.16% from 255) = 16.23%
R=68.18%
G=15.58%
B=16.23%

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
Decimal105242500.770.760.59359.2662.7925.29
Hex69181904D4C3B1673f19
Octal15130310115114735477731
Binary1101001110001100101001101100110011101110110011111111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691819; }

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

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

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

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

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

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

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

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