#69091C

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

Shades of Pohutukawa #69091C

Tints of Pohutukawa #69091C

Color information

#69091C (or 0x69091C) is unknown color: approx Pohutukawa. HEX triplet: 69, 09 and 1C. RGB value is (105,9,28). Sum of RGB (Red+Green+Blue) = 105+9+28=142 (18% of max value = 765). Red value is 105 (41.41% from 255 or 73.94% from 142); Green value is 9 (3.91% from 255 or 6.34% from 142); Blue value is 28 (11.33% from 255 or 19.72% from 142); Max value from RGB is 105 - color contains mainly: red. Hex color #69091C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69091C is #96F6E3. Grayscale: #272727. Windows color (decimal): -9893604 or 1837417. OLE color: 1837417.

HSL color Cylindrical-coordinate representation of color #69091C: hue angle of 348.12º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #69091C is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.59.

Color convert

RGB105928-
CMYK00.910.730.59
HSL348.12º84.21%22.35%-
HSV(B)348.12º91.43%41.18%-
XYZ6.133.281.41-
YUV39.87121.3174.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 73.94%
GREEN value IS 9 (3.91% from 255) = 6.34%
BLUE value IS 28 (11.33% from 255) = 19.72%
R=73.94%
G=6.34%
B=19.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.73
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal10592800.910.730.59348.1284.2122.35
Hex6991C05B493B15c5416
Octal151113401331117353412426
Binary1101001100111100010110111001001111011101011100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69091C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,9,28); }

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

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

 a { background-color: rgb(105,9,28); }

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

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

 span { border-color: rgb(105,9,28); }

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