#66132A

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

Shades of Pohutukawa #66132A

Tints of Pohutukawa #66132A

Color information

#66132A (or 0x66132A) is unknown color: approx Pohutukawa. HEX triplet: 66, 13 and 2A. RGB value is (102,19,42). Sum of RGB (Red+Green+Blue) = 102+19+42=163 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.58% from 163); Green value is 19 (7.81% from 255 or 11.66% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 102 - color contains mainly: red. Hex color #66132A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66132A is #99ECD5. Grayscale: #2E2E2E. Windows color (decimal): -10087638 or 2757478. OLE color: 2757478.

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

Color convert

RGB1021942-
CMYK00.810.590.6
HSL343.37º68.6%23.73%-
HSV(B)343.37º81.37%40%-
XYZ6.133.462.53-
YUV46.44125.5167.63-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.58%
GREEN value IS 19 (7.81% from 255) = 11.66%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=62.58%
G=11.66%
B=25.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102194200.810.590.6343.3768.623.73
Hex66132A0513B3C1574518
Octal14623520121737452710530
Binary11001101001110101001010001111011111100101010111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66132A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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