#661923

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

Shades of Pohutukawa #661923

Tints of Pohutukawa #661923

Color information

#661923 (or 0x661923) is unknown color: approx Pohutukawa. HEX triplet: 66, 19 and 23. RGB value is (102,25,35). Sum of RGB (Red+Green+Blue) = 102+25+35=162 (21% of max value = 765). Red value is 102 (40.23% from 255 or 62.96% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 35 (14.06% from 255 or 21.60% from 162); Max value from RGB is 102 - color contains mainly: red. Hex color #661923 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661923 is #99E6DC. Grayscale: #313131. Windows color (decimal): -10086109 or 2300262. OLE color: 2300262.

HSL color Cylindrical-coordinate representation of color #661923: hue angle of 352.21º degrees, saturation: 0.61, 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 #661923 is Cyan = 0, Magento = 0.75, Yellow = 0.66 and Black (K on CMYK) = 0.6.

Color convert

RGB1022535-
CMYK00.750.660.6
HSL352.21º60.63%24.9%-
HSV(B)352.21º75.49%40%-
XYZ6.133.641.97-
YUV49.16120.01165.69-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 62.96%
GREEN value IS 25 (10.16% from 255) = 15.43%
BLUE value IS 35 (14.06% from 255) = 21.60%
R=62.96%
G=15.43%
B=21.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.66
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102253500.750.660.6352.2160.6324.9
Hex66192304B423C1603d19
Octal14631430113102745407531
Binary11001101100110001101001011100001011110010110000011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661923

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661923; }

 p { color: rgb(102,25,35); }

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

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

 a { background-color: rgb(102,25,35); }

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

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

 span { border-color: rgb(102,25,35); }

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