#660613

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

Shades of Pohutukawa #660613

Tints of Pohutukawa #660613

Color information

#660613 (or 0x660613) is unknown color: approx Pohutukawa. HEX triplet: 66, 06 and 13. RGB value is (102,6,19). Sum of RGB (Red+Green+Blue) = 102+6+19=127 (16% of max value = 765). Red value is 102 (40.23% from 255 or 80.31% from 127); Green value is 6 (2.73% from 255 or 4.72% from 127); Blue value is 19 (7.81% from 255 or 14.96% from 127); Max value from RGB is 102 - color contains mainly: red. Hex color #660613 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #660613 is #99F9EC. Grayscale: #242424. Windows color (decimal): -10090989 or 1246822. OLE color: 1246822.

HSL color Cylindrical-coordinate representation of color #660613: hue angle of 351.88º degrees, saturation: 0.89, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #660613 is Cyan = 0, Magento = 0.94, Yellow = 0.81 and Black (K on CMYK) = 0.6.

Color convert

RGB102619-
CMYK00.940.810.6
HSL351.88º88.89%21.18%-
HSV(B)351.88º94.12%40%-
XYZ5.6630.9-
YUV36.19118.3174.94-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 80.31%
GREEN value IS 6 (2.73% from 255) = 4.72%
BLUE value IS 19 (7.81% from 255) = 14.96%
R=80.31%
G=4.72%
B=14.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.81
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10261900.940.810.6351.8888.8921.18
Hex6661305E513C1605915
Octal14662301361217454013125
Binary110011011010011010111101010001111100101100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660613; }

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

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

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

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

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

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

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

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