#691424

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

Shades of Pohutukawa #691424

Tints of Pohutukawa #691424

Color information

#691424 (or 0x691424) is unknown color: approx Pohutukawa. HEX triplet: 69, 14 and 24. RGB value is (105,20,36). Sum of RGB (Red+Green+Blue) = 105+20+36=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 36 (14.45% from 255 or 22.36% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #691424 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691424 is #96EBDB. Grayscale: #2F2F2F. Windows color (decimal): -9890780 or 2364521. OLE color: 2364521.

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

Color convert

RGB1052036-
CMYK00.810.660.59
HSL348.71º68%24.51%-
HSV(B)348.71º80.95%41.18%-
XYZ6.393.632.03-
YUV47.24121.66169.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.22%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 36 (14.45% from 255) = 22.36%
R=65.22%
G=12.42%
B=22.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.66
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105203600.810.660.59348.716824.51
Hex691424051423B15d4419
Octal151244401211027353510431
Binary110100110100100100010100011000010111011101011101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691424

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691424; }

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

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

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

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

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

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

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

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