#66141B

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

Shades of Pohutukawa #66141B

Tints of Pohutukawa #66141B

Color information

#66141B (or 0x66141B) is unknown color: approx Pohutukawa. HEX triplet: 66, 14 and 1B. RGB value is (102,20,27). Sum of RGB (Red+Green+Blue) = 102+20+27=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 20 (8.20% from 255 or 13.42% from 149); Blue value is 27 (10.94% from 255 or 18.12% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #66141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66141B is #99EBE4. Grayscale: #2D2D2D. Windows color (decimal): -10087397 or 1774694. OLE color: 1774694.

HSL color Cylindrical-coordinate representation of color #66141B: hue angle of 354.88º degrees, saturation: 0.67, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #66141B is Cyan = 0, Magento = 0.80, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB1022027-
CMYK00.800.740.6
HSL354.88º67.21%23.92%-
HSV(B)354.88º80.39%40%-
XYZ5.933.41.38-
YUV45.32117.67168.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 20 (8.20% from 255) = 13.42%
BLUE value IS 27 (10.94% from 255) = 18.12%
R=68.46%
G=13.42%
B=18.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102202700.800.740.6354.8867.2123.92
Hex66141B0504A3C1634318
Octal146243301201127454310330
Binary11001101010011011010100001001010111100101100011100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66141B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #66141B; }

 p { color: rgb(102,20,27); }

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

<style>
 a { background-color: #66141B; }

 a { background-color: rgb(102,20,27); }

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

<style>
 span { border-color: #66141B; }

 span { border-color: rgb(102,20,27); }

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