#691724

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

Shades of Pohutukawa #691724

Tints of Pohutukawa #691724

Color information

#691724 (or 0x691724) is unknown color: approx Pohutukawa. HEX triplet: 69, 17 and 24. RGB value is (105,23,36). Sum of RGB (Red+Green+Blue) = 105+23+36=164 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.02% from 164); Green value is 23 (9.38% from 255 or 14.02% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 105 - color contains mainly: red. Hex color #691724 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691724 is #96E8DB. Grayscale: #313131. Windows color (decimal): -9890012 or 2365289. OLE color: 2365289.

HSL color Cylindrical-coordinate representation of color #691724: hue angle of 350.49º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #691724 is Cyan = 0, Magento = 0.78, Yellow = 0.66 and Black (K on CMYK) = 0.59.

Color convert

RGB1052336-
CMYK00.780.660.59
HSL350.49º64.06%25.1%-
HSV(B)350.49º78.1%41.18%-
XYZ6.453.742.05-
YUV49120.67167.94-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.02%
GREEN value IS 23 (9.38% from 255) = 14.02%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=64.02%
G=14.02%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105233600.780.660.59350.4964.0625.1
Hex69172404E423B15e4019
Octal151274401161027353610031
Binary110100110111100100010011101000010111011101011110100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691724

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691724; }

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

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

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

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

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

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

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

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