#661021

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

Shades of Pohutukawa #661021

Tints of Pohutukawa #661021

Color information

#661021 (or 0x661021) is unknown color: approx Pohutukawa. HEX triplet: 66, 10 and 21. RGB value is (102,16,33). Sum of RGB (Red+Green+Blue) = 102+16+33=151 (20% of max value = 765). Red value is 102 (40.23% from 255 or 67.55% from 151); Green value is 16 (6.64% from 255 or 10.60% from 151); Blue value is 33 (13.28% from 255 or 21.85% from 151); Max value from RGB is 102 - color contains mainly: red. Hex color #661021 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661021 is #99EFDE. Grayscale: #2B2B2B. Windows color (decimal): -10088415 or 2166886. OLE color: 2166886.

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

Color convert

RGB1021633-
CMYK00.840.680.6
HSL348.14º72.88%23.14%-
HSV(B)348.14º84.31%40%-
XYZ5.943.311.76-
YUV43.65121.99169.62-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 67.55%
GREEN value IS 16 (6.64% from 255) = 10.60%
BLUE value IS 33 (13.28% from 255) = 21.85%
R=67.55%
G=10.60%
B=21.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102163300.840.680.6348.1472.8823.14
Hex661021054443C15c4917
Octal146204101241047453411127
Binary110011010000100001010101001000100111100101011100100100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661021

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661021; }

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

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

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

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

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

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

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

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