#661C1D

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

Shades of Pohutukawa #661C1D

Tints of Pohutukawa #661C1D

Color information

#661C1D (or 0x661C1D) is unknown color: approx Pohutukawa. HEX triplet: 66, 1C and 1D. RGB value is (102,28,29). Sum of RGB (Red+Green+Blue) = 102+28+29=159 (21% of max value = 765). Red value is 102 (40.23% from 255 or 64.15% from 159); Green value is 28 (11.33% from 255 or 17.61% from 159); Blue value is 29 (11.72% from 255 or 18.24% from 159); Max value from RGB is 102 - color contains mainly: red. Hex color #661C1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #661C1D is #99E3E2. Grayscale: #323232. Windows color (decimal): -10085347 or 1907814. OLE color: 1907814.

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

Color convert

RGB1022829-
CMYK00.730.720.6
HSL359.19º56.92%25.49%-
HSV(B)359.19º72.55%40%-
XYZ6.123.741.56-
YUV50.24116.02164.92-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.15%
GREEN value IS 28 (11.33% from 255) = 17.61%
BLUE value IS 29 (11.72% from 255) = 18.24%
R=64.15%
G=17.61%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.72
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102282900.730.720.6359.1956.9225.49
Hex661C1D049483C1673919
Octal14634350111110745477131
Binary1100110111001110101001001100100011110010110011111100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661C1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,28,29); }

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

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

 a { background-color: rgb(102,28,29); }

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

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

 span { border-color: rgb(102,28,29); }

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