#691426

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

Shades of Pohutukawa #691426

Tints of Pohutukawa #691426

Color information

#691426 (or 0x691426) is unknown color: approx Pohutukawa. HEX triplet: 69, 14 and 26. RGB value is (105,20,38). Sum of RGB (Red+Green+Blue) = 105+20+38=163 (21% of max value = 765). Red value is 105 (41.41% from 255 or 64.42% from 163); Green value is 20 (8.20% from 255 or 12.27% from 163); Blue value is 38 (15.23% from 255 or 23.31% from 163); Max value from RGB is 105 - color contains mainly: red. Hex color #691426 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691426 is #96EBD9. Grayscale: #2F2F2F. Windows color (decimal): -9890778 or 2495593. OLE color: 2495593.

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

Color convert

RGB1052038-
CMYK00.810.640.59
HSL347.29º68%24.51%-
HSV(B)347.29º80.95%41.18%-
XYZ6.433.642.2-
YUV47.47122.66169.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 64.42%
GREEN value IS 20 (8.20% from 255) = 12.27%
BLUE value IS 38 (15.23% from 255) = 23.31%
R=64.42%
G=12.27%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105203800.810.640.59347.296824.51
Hex691426051403B15b4419
Octal151244601211007353310431
Binary110100110100100110010100011000000111011101011011100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691426; }

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

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

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

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

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

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

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

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