#691527

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

Shades of Pohutukawa #691527

Tints of Pohutukawa #691527

Color information

#691527 (or 0x691527) is unknown color: approx Pohutukawa. HEX triplet: 69, 15 and 27. RGB value is (105,21,39). Sum of RGB (Red+Green+Blue) = 105+21+39=165 (21% of max value = 765). Red value is 105 (41.41% from 255 or 63.64% from 165); Green value is 21 (8.59% from 255 or 12.73% from 165); Blue value is 39 (15.62% from 255 or 23.64% from 165); Max value from RGB is 105 - color contains mainly: red. Hex color #691527 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691527 is #96EAD8. Grayscale: #303030. Windows color (decimal): -9890521 or 2561385. OLE color: 2561385.

HSL color Cylindrical-coordinate representation of color #691527: hue angle of 347.14º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #691527 is Cyan = 0, Magento = 0.80, Yellow = 0.63 and Black (K on CMYK) = 0.59.

Color convert

RGB1052139-
CMYK00.800.630.59
HSL347.14º66.67%24.71%-
HSV(B)347.14º80%41.18%-
XYZ6.463.692.29-
YUV48.17122.83168.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 63.64%
GREEN value IS 21 (8.59% from 255) = 12.73%
BLUE value IS 39 (15.62% from 255) = 23.64%
R=63.64%
G=12.73%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.63
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105213900.800.630.59347.1466.6724.71
Hex6915270503F3B15b4319
Octal15125470120777353310331
Binary11010011010110011101010000111111111011101011011100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691527; }

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

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

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

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

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

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

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

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