#660827

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

Shades of Pohutukawa #660827

Tints of Pohutukawa #660827

Color information

#660827 (or 0x660827) is unknown color: approx Pohutukawa. HEX triplet: 66, 08 and 27. RGB value is (102,8,39). Sum of RGB (Red+Green+Blue) = 102+8+39=149 (19% of max value = 765). Red value is 102 (40.23% from 255 or 68.46% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 39 (15.62% from 255 or 26.17% from 149); Max value from RGB is 102 - color contains mainly: red. Hex color #660827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #660827 is #99F7D8. Grayscale: #272727. Windows color (decimal): -10090457 or 2558054. OLE color: 2558054.

HSL color Cylindrical-coordinate representation of color #660827: hue angle of 340.21º degrees, saturation: 0.85, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #660827 is Cyan = 0, Magento = 0.92, Yellow = 0.62 and Black (K on CMYK) = 0.6.

Color convert

RGB102839-
CMYK00.920.620.6
HSL340.21º85.45%21.57%-
HSV(B)340.21º92.16%40%-
XYZ5.933.142.21-
YUV39.64127.64172.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 68.46%
GREEN value IS 8 (3.52% from 255) = 5.37%
BLUE value IS 39 (15.62% from 255) = 26.17%
R=68.46%
G=5.37%
B=26.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.62
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal10283900.920.620.6340.2185.4521.57
Hex6682705C3E3C1545516
Octal14610470134767452412526
Binary1100110100010011101011100111110111100101010100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #660827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #660827; }

 p { color: rgb(102,8,39); }

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

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

 a { background-color: rgb(102,8,39); }

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

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

 span { border-color: rgb(102,8,39); }

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