#66131B

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

Shades of Pohutukawa #66131B

Tints of Pohutukawa #66131B

Color information

#66131B (or 0x66131B) is unknown color: approx Pohutukawa. HEX triplet: 66, 13 and 1B. RGB value is (102,19,27). Sum of RGB (Red+Green+Blue) = 102+19+27=148 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.92% from 148); Green value is 19 (7.81% from 255 or 12.84% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 102 - color contains mainly: red. Hex color #66131B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #66131B is #99ECE4. Grayscale: #2C2C2C. Windows color (decimal): -10087653 or 1774438. OLE color: 1774438.

HSL color Cylindrical-coordinate representation of color #66131B: hue angle of 354.22º 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 #66131B is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.6.

Color convert

RGB1021927-
CMYK00.810.740.6
HSL354.22º68.6%23.73%-
HSV(B)354.22º81.37%40%-
XYZ5.913.371.38-
YUV44.73118168.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.92%
GREEN value IS 19 (7.81% from 255) = 12.84%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=68.92%
G=12.84%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.74
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102192700.810.740.6354.2268.623.73
Hex66131B0514A3C1624518
Octal146233301211127454210530
Binary11001101001111011010100011001010111100101100010100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #66131B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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