#661026

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

Shades of Pohutukawa #661026

Tints of Pohutukawa #661026

Color information

#661026 (or 0x661026) is unknown color: approx Pohutukawa. HEX triplet: 66, 10 and 26. RGB value is (102,16,38). Sum of RGB (Red+Green+Blue) = 102+16+38=156 (20% of max value = 765). Red value is 102 (40.23% from 255 or 65.38% from 156); Green value is 16 (6.64% from 255 or 10.26% from 156); Blue value is 38 (15.23% from 255 or 24.36% from 156); Max value from RGB is 102 - color contains mainly: red. Hex color #661026 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661026 is #99EFD9. Grayscale: #2C2C2C. Windows color (decimal): -10088410 or 2494566. OLE color: 2494566.

HSL color Cylindrical-coordinate representation of color #661026: hue angle of 344.65º degrees, saturation: 0.73, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #661026 is Cyan = 0, Magento = 0.84, Yellow = 0.63 and Black (K on CMYK) = 0.6.

Color convert

RGB1021638-
CMYK00.840.630.6
HSL344.65º72.88%23.14%-
HSV(B)344.65º84.31%40%-
XYZ6.013.342.16-
YUV44.22124.49169.21-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 65.38%
GREEN value IS 16 (6.64% from 255) = 10.26%
BLUE value IS 38 (15.23% from 255) = 24.36%
R=65.38%
G=10.26%
B=24.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.63
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102163800.840.630.6344.6572.8823.14
Hex6610260543F3C1594917
Octal14620460124777453111127
Binary11001101000010011001010100111111111100101011001100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661026; }

 p { color: rgb(102,16,38); }

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

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

 a { background-color: rgb(102,16,38); }

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

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

 span { border-color: rgb(102,16,38); }

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