#661629

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

Shades of Pohutukawa #661629

Tints of Pohutukawa #661629

Color information

#661629 (or 0x661629) is unknown color: approx Pohutukawa. HEX triplet: 66, 16 and 29. RGB value is (102,22,41). Sum of RGB (Red+Green+Blue) = 102+22+41=165 (21% of max value = 765). Red value is 102 (40.23% from 255 or 61.82% from 165); Green value is 22 (8.98% from 255 or 13.33% from 165); Blue value is 41 (16.41% from 255 or 24.85% from 165); Max value from RGB is 102 - color contains mainly: red. Hex color #661629 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661629 is #99E9D6. Grayscale: #303030. Windows color (decimal): -10086871 or 2692710. OLE color: 2692710.

HSL color Cylindrical-coordinate representation of color #661629: hue angle of 345.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661629 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.6.

Color convert

RGB1022241-
CMYK00.780.600.6
HSL345.75º64.52%24.31%-
HSV(B)345.75º78.43%40%-
XYZ6.173.562.46-
YUV48.09124166.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 61.82%
GREEN value IS 22 (8.98% from 255) = 13.33%
BLUE value IS 41 (16.41% from 255) = 24.85%
R=61.82%
G=13.33%
B=24.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.60
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102224100.780.600.6345.7564.5224.31
Hex66162904E3C3C15a4118
Octal14626510116747453210130
Binary11001101011010100101001110111100111100101011010100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661629

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661629; }

 p { color: rgb(102,22,41); }

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

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

 a { background-color: rgb(102,22,41); }

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

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

 span { border-color: rgb(102,22,41); }

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