#69181E

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

Shades of Pohutukawa #69181E

Tints of Pohutukawa #69181E

Color information

#69181E (or 0x69181E) is unknown color: approx Pohutukawa. HEX triplet: 69, 18 and 1E. RGB value is (105,24,30). Sum of RGB (Red+Green+Blue) = 105+24+30=159 (21% of max value = 765). Red value is 105 (41.41% from 255 or 66.04% from 159); Green value is 24 (9.77% from 255 or 15.09% from 159); Blue value is 30 (12.11% from 255 or 18.87% from 159); Max value from RGB is 105 - color contains mainly: red. Hex color #69181E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69181E is #96E7E1. Grayscale: #303030. Windows color (decimal): -9889762 or 1972329. OLE color: 1972329.

HSL color Cylindrical-coordinate representation of color #69181E: hue angle of 355.56º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #69181E is Cyan = 0, Magento = 0.77, Yellow = 0.71 and Black (K on CMYK) = 0.59.

Color convert

RGB1052430-
CMYK00.770.710.59
HSL355.56º62.79%25.29%-
HSV(B)355.56º77.14%41.18%-
XYZ6.393.751.62-
YUV48.9117.34168.01-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 66.04%
GREEN value IS 24 (9.77% from 255) = 15.09%
BLUE value IS 30 (12.11% from 255) = 18.87%
R=66.04%
G=15.09%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105243000.770.710.59355.5662.7925.29
Hex69181E04D473B1643f19
Octal15130360115107735447731
Binary1101001110001111001001101100011111101110110010011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69181E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69181E; }

 p { color: rgb(105,24,30); }

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

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

 a { background-color: rgb(105,24,30); }

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

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

 span { border-color: rgb(105,24,30); }

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