#69191E

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

Shades of Pohutukawa #69191E

Tints of Pohutukawa #69191E

Color information

#69191E (or 0x69191E) is unknown color: approx Pohutukawa. HEX triplet: 69, 19 and 1E. RGB value is (105,25,30). Sum of RGB (Red+Green+Blue) = 105+25+30=160 (21% of max value = 765). Red value is 105 (41.41% from 255 or 65.62% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 30 (12.11% from 255 or 18.75% from 160); Max value from RGB is 105 - color contains mainly: red. Hex color #69191E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69191E is #96E6E1. Grayscale: #313131. Windows color (decimal): -9889506 or 1972585. OLE color: 1972585.

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

Color convert

RGB1052530-
CMYK00.760.710.59
HSL356.25º61.54%25.49%-
HSV(B)356.25º76.19%41.18%-
XYZ6.413.791.62-
YUV49.49117167.59-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 65.62%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 30 (12.11% from 255) = 18.75%
R=65.62%
G=15.62%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105253000.760.710.59356.2561.5425.49
Hex69191E04C473B1643e19
Octal15131360114107735447631
Binary1101001110011111001001100100011111101110110010011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69191E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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