#69161B

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

Shades of Pohutukawa #69161B

Tints of Pohutukawa #69161B

Color information

#69161B (or 0x69161B) is unknown color: approx Pohutukawa. HEX triplet: 69, 16 and 1B. RGB value is (105,22,27). Sum of RGB (Red+Green+Blue) = 105+22+27=154 (20% of max value = 765). Red value is 105 (41.41% from 255 or 68.18% from 154); Green value is 22 (8.98% from 255 or 14.29% from 154); Blue value is 27 (10.94% from 255 or 17.53% from 154); Max value from RGB is 105 - color contains mainly: red. Hex color #69161B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69161B is #96E9E4. Grayscale: #2F2F2F. Windows color (decimal): -9890277 or 1775209. OLE color: 1775209.

HSL color Cylindrical-coordinate representation of color #69161B: hue angle of 356.39º 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 #69161B is Cyan = 0, Magento = 0.79, Yellow = 0.74 and Black (K on CMYK) = 0.59.

Color convert

RGB1052227-
CMYK00.790.740.59
HSL356.39º65.35%24.9%-
HSV(B)356.39º79.05%41.18%-
XYZ6.313.661.41-
YUV47.39116.5169.09-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 68.18%
GREEN value IS 22 (8.98% from 255) = 14.29%
BLUE value IS 27 (10.94% from 255) = 17.53%
R=68.18%
G=14.29%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.74
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105222700.790.740.59356.3965.3524.9
Hex69161B04F4A3B1644119
Octal151263301171127354410131
Binary11010011011011011010011111001010111011101100100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69161B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69161B; }

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

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

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

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

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

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

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

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