#66151A

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

Shades of Pohutukawa #66151A

Tints of Pohutukawa #66151A

Color information

#66151A (or 0x66151A) is unknown color: approx Pohutukawa. HEX triplet: 66, 15 and 1A. RGB value is (102,21,26). Sum of RGB (Red+Green+Blue) = 102+21+26=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 26 (10.55% from 255 or 17.45% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66151A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66151A is #99EAE5. Grayscale: #2D2D2D. Windows color (decimal): -10087142 or 1709414. OLE color: 1709414.

HSL color Cylindrical-coordinate representation of color #66151A: hue angle of 356.3º degrees, saturation: 0.66, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #66151A is Cyan = 0, Magento = 0.79, Yellow = 0.75 and Black (K on CMYK) = 0.6.

Color convert

RGB1022126-
CMYK00.790.750.6
HSL356.3º65.85%24.12%-
HSV(B)356.3º79.41%40%-
XYZ5.933.441.33-
YUV45.79116.84168.09-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 26 (10.55% from 255) = 17.45%
R=68.46%
G=14.09%
B=17.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.75
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102212600.790.750.6356.365.8524.12
Hex66151A04F4B3C1644218
Octal146253201171137454410230
Binary11001101010111010010011111001011111100101100100100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66151A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66151A; }

 p { color: rgb(102,21,26); }

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

<style>
 a { background-color: #66151A; }

 a { background-color: rgb(102,21,26); }

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

<style>
 span { border-color: #66151A; }

 span { border-color: rgb(102,21,26); }

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