#69162C

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

Shades of Pohutukawa #69162C

Tints of Pohutukawa #69162C

Color information

#69162C (or 0x69162C) is unknown color: approx Pohutukawa. HEX triplet: 69, 16 and 2C. RGB value is (105,22,44). Sum of RGB (Red+Green+Blue) = 105+22+44=171 (22% of max value = 765). Red value is 105 (41.41% from 255 or 61.40% from 171); Green value is 22 (8.98% from 255 or 12.87% from 171); Blue value is 44 (17.58% from 255 or 25.73% from 171); Max value from RGB is 105 - color contains mainly: red. Hex color #69162C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69162C is #96E9D3. Grayscale: #313131. Windows color (decimal): -9890260 or 2889321. OLE color: 2889321.

HSL color Cylindrical-coordinate representation of color #69162C: hue angle of 344.1º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #69162C is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.59.

Color convert

RGB1052244-
CMYK00.790.580.59
HSL344.1º65.35%24.9%-
HSV(B)344.1º79.05%41.18%-
XYZ6.573.762.76-
YUV49.32125167.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 61.40%
GREEN value IS 22 (8.98% from 255) = 12.87%
BLUE value IS 44 (17.58% from 255) = 25.73%
R=61.40%
G=12.87%
B=25.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105224400.790.580.59344.165.3524.9
Hex69162C04F3A3B1584119
Octal15126540117727353010131
Binary11010011011010110001001111111010111011101011000100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69162C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69162C; }

 p { color: rgb(105,22,44); }

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

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

 a { background-color: rgb(105,22,44); }

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

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

 span { border-color: rgb(105,22,44); }

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