#610624

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

Shades of Pohutukawa #610624

Tints of Pohutukawa #610624

Color information

#610624 (or 0x610624) is unknown color: approx Pohutukawa. HEX triplet: 61, 06 and 24. RGB value is (97,6,36). Sum of RGB (Red+Green+Blue) = 97+6+36=139 (18% of max value = 765). Red value is 97 (38.28% from 255 or 69.78% from 139); Green value is 6 (2.73% from 255 or 4.32% from 139); Blue value is 36 (14.45% from 255 or 25.90% from 139); Max value from RGB is 97 - color contains mainly: red. Hex color #610624 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610624 is #9EF9DB. Grayscale: #242424. Windows color (decimal): -10418652 or 2360929. OLE color: 2360929.

HSL color Cylindrical-coordinate representation of color #610624: hue angle of 340.22º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #610624 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.62.

Color convert

RGB97636-
CMYK00.940.630.62
HSL340.22º88.35%20.2%-
HSV(B)340.22º93.81%38.04%-
XYZ5.312.81.93-
YUV36.63127.65171.06-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 69.78%
GREEN value IS 6 (2.73% from 255) = 4.32%
BLUE value IS 36 (14.45% from 255) = 25.90%
R=69.78%
G=4.32%
B=25.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9763600.940.630.62340.2288.3520.2
Hex6162405E3F3E1545814
Octal1416440136777652413024
Binary110000111010010001011110111111111110101010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610624

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610624; }

 p { color: rgb(97,6,36); }

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

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

 a { background-color: rgb(97,6,36); }

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

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

 span { border-color: rgb(97,6,36); }

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