#691327

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

Shades of Pohutukawa #691327

Tints of Pohutukawa #691327

Color information

#691327 (or 0x691327) is unknown color: approx Pohutukawa. HEX triplet: 69, 13 and 27. RGB value is (105,19,39). Sum of RGB (Red+Green+Blue) = 105+19+39=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 39 (15.62% from 255 or 23.93% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #691327 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691327 is #96ECD8. Grayscale: #2F2F2F. Windows color (decimal): -9891033 or 2560873. OLE color: 2560873.

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

Color convert

RGB1051939-
CMYK00.820.630.59
HSL346.05º69.35%24.31%-
HSV(B)346.05º81.9%41.18%-
XYZ6.423.622.28-
YUV46.99123.49169.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.42%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 39 (15.62% from 255) = 23.93%
R=64.42%
G=11.66%
B=23.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105193900.820.630.59346.0569.3524.31
Hex6913270523F3B15a4518
Octal15123470122777353210530
Binary11010011001110011101010010111111111011101011010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691327; }

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

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

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

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

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

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

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

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