#691318

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

Shades of Pohutukawa #691318

Tints of Pohutukawa #691318

Color information

#691318 (or 0x691318) is unknown color: approx Pohutukawa. HEX triplet: 69, 13 and 18. RGB value is (105,19,24). Sum of RGB (Red+Green+Blue) = 105+19+24=148 (19% of max value = 765). Red value is 105 (41.41% from 255 or 70.95% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 105 - color contains mainly: red. Hex color #691318 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #691318 is #96ECE7. Grayscale: #2D2D2D. Windows color (decimal): -9891048 or 1577833. OLE color: 1577833.

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

Color convert

RGB1051924-
CMYK00.820.770.59
HSL356.51º69.35%24.31%-
HSV(B)356.51º81.9%41.18%-
XYZ6.223.531.22-
YUV45.28115.99170.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 70.95%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=70.95%
G=12.84%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.77
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105192400.820.770.59356.5169.3524.31
Hex6913180524D3B1654518
Octal151233001221157354510530
Binary11010011001111000010100101001101111011101100101100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691318

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691318; }

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

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

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

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

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

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

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

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