#661625

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

Shades of Pohutukawa #661625

Tints of Pohutukawa #661625

Color information

#661625 (or 0x661625) is unknown color: approx Pohutukawa. HEX triplet: 66, 16 and 25. RGB value is (102,22,37). Sum of RGB (Red+Green+Blue) = 102+22+37=161 (21% of max value = 765). Red value is 102 (40.23% from 255 or 63.35% from 161); Green value is 22 (8.98% from 255 or 13.66% from 161); Blue value is 37 (14.84% from 255 or 22.98% from 161); Max value from RGB is 102 - color contains mainly: red. Hex color #661625 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661625 is #99E9DA. Grayscale: #2F2F2F. Windows color (decimal): -10086875 or 2430566. OLE color: 2430566.

HSL color Cylindrical-coordinate representation of color #661625: hue angle of 348.75º degrees, saturation: 0.65, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #661625 is Cyan = 0, Magento = 0.78, Yellow = 0.64 and Black (K on CMYK) = 0.6.

Color convert

RGB1022237-
CMYK00.780.640.6
HSL348.75º64.52%24.31%-
HSV(B)348.75º78.43%40%-
XYZ6.13.532.11-
YUV47.63122166.78-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 63.35%
GREEN value IS 22 (8.98% from 255) = 13.66%
BLUE value IS 37 (14.84% from 255) = 22.98%
R=63.35%
G=13.66%
B=22.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102223700.780.640.6348.7564.5224.31
Hex66162504E403C15d4118
Octal146264501161007453510130
Binary110011010110100101010011101000000111100101011101100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661625; }

 p { color: rgb(102,22,37); }

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

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

 a { background-color: rgb(102,22,37); }

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

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

 span { border-color: rgb(102,22,37); }

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