#691529

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

Shades of Pohutukawa #691529

Tints of Pohutukawa #691529

Color information

#691529 (or 0x691529) is unknown color: approx Pohutukawa. HEX triplet: 69, 15 and 29. RGB value is (105,21,41). Sum of RGB (Red+Green+Blue) = 105+21+41=167 (22% of max value = 765). Red value is 105 (41.41% from 255 or 62.87% from 167); Green value is 21 (8.59% from 255 or 12.57% from 167); Blue value is 41 (16.41% from 255 or 24.55% from 167); Max value from RGB is 105 - color contains mainly: red. Hex color #691529 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691529 is #96EAD6. Grayscale: #303030. Windows color (decimal): -9890519 or 2692457. OLE color: 2692457.

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

Color convert

RGB1052141-
CMYK00.800.610.59
HSL345.71º66.67%24.71%-
HSV(B)345.71º80%41.18%-
XYZ6.493.72.47-
YUV48.4123.83168.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 62.87%
GREEN value IS 21 (8.59% from 255) = 12.57%
BLUE value IS 41 (16.41% from 255) = 24.55%
R=62.87%
G=12.57%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.61
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105214100.800.610.59345.7166.6724.71
Hex6915290503D3B15a4319
Octal15125510120757353210331
Binary11010011010110100101010000111101111011101011010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691529

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691529; }

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

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

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

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

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

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

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

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