#661225

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

Shades of Pohutukawa #661225

Tints of Pohutukawa #661225

Color information

#661225 (or 0x661225) is unknown color: approx Pohutukawa. HEX triplet: 66, 12 and 25. RGB value is (102,18,37). Sum of RGB (Red+Green+Blue) = 102+18+37=157 (20% of max value = 765). Red value is 102 (40.23% from 255 or 64.97% from 157); Green value is 18 (7.42% from 255 or 11.46% from 157); Blue value is 37 (14.84% from 255 or 23.57% from 157); Max value from RGB is 102 - color contains mainly: red. Hex color #661225 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661225 is #99EDDA. Grayscale: #2D2D2D. Windows color (decimal): -10087899 or 2429542. OLE color: 2429542.

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

Color convert

RGB1021837-
CMYK00.820.640.6
HSL346.43º70%23.53%-
HSV(B)346.43º82.35%40%-
XYZ6.033.392.09-
YUV45.28123.33168.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 64.97%
GREEN value IS 18 (7.42% from 255) = 11.46%
BLUE value IS 37 (14.84% from 255) = 23.57%
R=64.97%
G=11.46%
B=23.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.64
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102183700.820.640.6346.437023.53
Hex661225052403C15a4618
Octal146224501221007453210630
Binary110011010010100101010100101000000111100101011010100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661225; }

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

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

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

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

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

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

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

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