#691524

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

Shades of Pohutukawa #691524

Tints of Pohutukawa #691524

Color information

#691524 (or 0x691524) is unknown color: approx Pohutukawa. HEX triplet: 69, 15 and 24. RGB value is (105,21,36). Sum of RGB (Red+Green+Blue) = 105+21+36=162 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.81% from 162); Green value is 21 (8.59% from 255 or 12.96% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 105 - color contains mainly: red. Hex color #691524 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691524 is #96EADB. Grayscale: #2F2F2F. Windows color (decimal): -9890524 or 2364777. OLE color: 2364777.

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

Color convert

RGB1052136-
CMYK00.800.660.59
HSL349.29º66.67%24.71%-
HSV(B)349.29º80%41.18%-
XYZ6.413.672.04-
YUV47.83121.33168.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.81%
GREEN value IS 21 (8.59% from 255) = 12.96%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=64.81%
G=12.96%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105213600.800.660.59349.2966.6724.71
Hex691524050423B15d4319
Octal151254401201027353510331
Binary110100110101100100010100001000010111011101011101100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691524; }

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

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

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

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

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

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

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

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