#66142A

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

Shades of Pohutukawa #66142A

Tints of Pohutukawa #66142A

Color information

#66142A (or 0x66142A) is unknown color: approx Pohutukawa. HEX triplet: 66, 14 and 2A. RGB value is (102,20,42). Sum of RGB (Red+Green+Blue) = 102+20+42=164 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.20% from 164); Green value is 20 (8.20% from 255 or 12.20% from 164); Blue value is 42 (16.80% from 255 or 25.61% from 164); Max value from RGB is 102 - color contains mainly: red. Hex color #66142A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66142A is #99EBD5. Grayscale: #2F2F2F. Windows color (decimal): -10087382 or 2757734. OLE color: 2757734.

HSL color Cylindrical-coordinate representation of color #66142A: hue angle of 343.9º 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 #66142A is Cyan = 0, Magento = 0.80, Yellow = 0.59 and Black (K on CMYK) = 0.6.

Color convert

RGB1022042-
CMYK00.800.590.6
HSL343.9º67.21%23.92%-
HSV(B)343.9º80.39%40%-
XYZ6.153.492.54-
YUV47.03125.17167.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.20%
GREEN value IS 20 (8.20% from 255) = 12.20%
BLUE value IS 42 (16.80% from 255) = 25.61%
R=62.20%
G=12.20%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102204200.800.590.6343.967.2123.92
Hex66142A0503B3C1584318
Octal14624520120737453010330
Binary11001101010010101001010000111011111100101011000100001111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66142A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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