#691226

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

Shades of Pohutukawa #691226

Tints of Pohutukawa #691226

Color information

#691226 (or 0x691226) is unknown color: approx Pohutukawa. HEX triplet: 69, 12 and 26. RGB value is (105,18,38). Sum of RGB (Red+Green+Blue) = 105+18+38=161 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.22% from 161); Green value is 18 (7.42% from 255 or 11.18% from 161); Blue value is 38 (15.23% from 255 or 23.60% from 161); Max value from RGB is 105 - color contains mainly: red. Hex color #691226 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #691226 is #96EDD9. Grayscale: #2E2E2E. Windows color (decimal): -9891290 or 2495081. OLE color: 2495081.

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

Color convert

RGB1051838-
CMYK00.830.640.59
HSL346.21º70.73%24.12%-
HSV(B)346.21º82.86%41.18%-
XYZ6.393.582.19-
YUV46.29123.32169.87-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.22%
GREEN value IS 18 (7.42% from 255) = 11.18%
BLUE value IS 38 (15.23% from 255) = 23.60%
R=65.22%
G=11.18%
B=23.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105183800.830.640.59346.2170.7324.12
Hex691226053403B15a4718
Octal151224601231007353210730
Binary110100110010100110010100111000000111011101011010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #691226

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #691226; }

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

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

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

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

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

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

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

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