#661A21

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

Shades of Pohutukawa #661A21

Tints of Pohutukawa #661A21

Color information

#661A21 (or 0x661A21) is unknown color: approx Pohutukawa. HEX triplet: 66, 1A and 21. RGB value is (102,26,33). Sum of RGB (Red+Green+Blue) = 102+26+33=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 26 (10.55% from 255 or 16.15% from 161); Blue value is 33 (13.28% from 255 or 20.50% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #661A21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661A21 is #99E5DE. Grayscale: #313131. Windows color (decimal): -10085855 or 2169446. OLE color: 2169446.

HSL color Cylindrical-coordinate representation of color #661A21: hue angle of 354.47º degrees, saturation: 0.59, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #661A21 is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.6.

Color convert

RGB1022633-
CMYK00.750.680.6
HSL354.47º59.38%25.1%-
HSV(B)354.47º74.51%40%-
XYZ6.123.671.83-
YUV49.52118.68165.43-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 26 (10.55% from 255) = 16.15%
BLUE value IS 33 (13.28% from 255) = 20.50%
R=63.35%
G=16.15%
B=20.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102263300.750.680.6354.4759.3825.1
Hex661A2104B443C1623b19
Octal14632410113104745427331
Binary11001101101010000101001011100010011110010110001011101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661A21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661A21; }

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

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

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

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

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

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

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

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