#661314

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

Shades of Pohutukawa #661314

Tints of Pohutukawa #661314

Color information

#661314 (or 0x661314) is unknown color: approx Pohutukawa. HEX triplet: 66, 13 and 14. RGB value is (102,19,20). Sum of RGB (Red+Green+Blue) = 102+19+20=141 (18% of max value = 765). Red value is 102 (40.23% from 255 or 72.34% from 141); Green value is 19 (7.81% from 255 or 13.48% from 141); Blue value is 20 (8.20% from 255 or 14.18% from 141); Max value from RGB is 102 - color contains mainly: red. Hex color #661314 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #661314 is #99ECEB. Grayscale: #2C2C2C. Windows color (decimal): -10087660 or 1315686. OLE color: 1315686.

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

Color convert

RGB1021920-
CMYK00.810.800.6
HSL359.28º68.6%23.73%-
HSV(B)359.28º81.37%40%-
XYZ5.843.341-
YUV43.93114.5169.42-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 72.34%
GREEN value IS 19 (7.81% from 255) = 13.48%
BLUE value IS 20 (8.20% from 255) = 14.18%
R=72.34%
G=13.48%
B=14.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.80
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102192000.810.800.6359.2868.623.73
Hex661314051503C1674518
Octal146232401211207454710530
Binary11001101001110100010100011010000111100101100111100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661314; }

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

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

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

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

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

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

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

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