#69151D

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

Shades of Pohutukawa #69151D

Tints of Pohutukawa #69151D

Color information

#69151D (or 0x69151D) is unknown color: approx Pohutukawa. HEX triplet: 69, 15 and 1D. RGB value is (105,21,29). Sum of RGB (Red+Green+Blue) = 105+21+29=155 (20% of max value = 765). Red value is 105 (41.41% from 255 or 67.74% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 29 (11.72% from 255 or 18.71% from 155); Max value from RGB is 105 - color contains mainly: red. Hex color #69151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #69151D is #96EAE2. Grayscale: #2F2F2F. Windows color (decimal): -9890531 or 1906025. OLE color: 1906025.

HSL color Cylindrical-coordinate representation of color #69151D: hue angle of 354.29º degrees, saturation: 0.67, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #69151D is Cyan = 0, Magento = 0.80, Yellow = 0.72 and Black (K on CMYK) = 0.59.

Color convert

RGB1052129-
CMYK00.800.720.59
HSL354.29º66.67%24.71%-
HSV(B)354.29º80%41.18%-
XYZ6.323.631.53-
YUV47.03117.83169.35-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 67.74%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 29 (11.72% from 255) = 18.71%
R=67.74%
G=13.55%
B=18.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.72
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105212900.800.720.59354.2966.6724.71
Hex69151D050483B1624319
Octal151253501201107354210331
Binary11010011010111101010100001001000111011101100010100001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69151D; }

 p { color: rgb(105,21,29); }

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

<style>
 a { background-color: #69151D; }

 a { background-color: rgb(105,21,29); }

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

<style>
 span { border-color: #69151D; }

 span { border-color: rgb(105,21,29); }

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