#610619

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

Shades of Pohutukawa #610619

Tints of Pohutukawa #610619

Color information

#610619 (or 0x610619) is unknown color: approx Pohutukawa. HEX triplet: 61, 06 and 19. RGB value is (97,6,25). Sum of RGB (Red+Green+Blue) = 97+6+25=128 (16% of max value = 765). Red value is 97 (38.28% from 255 or 75.78% from 128); Green value is 6 (2.73% from 255 or 4.69% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 97 - color contains mainly: red. Hex color #610619 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610619 is #9EF9E6. Grayscale: #232323. Windows color (decimal): -10418663 or 1640033. OLE color: 1640033.

HSL color Cylindrical-coordinate representation of color #610619: hue angle of 347.47º 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 #610619 is Cyan = 0, Magento = 0.94, Yellow = 0.74 and Black (K on CMYK) = 0.62.

Color convert

RGB97625-
CMYK00.940.740.62
HSL347.47º88.35%20.2%-
HSV(B)347.47º93.81%38.04%-
XYZ5.172.741.18-
YUV35.38122.15171.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 75.78%
GREEN value IS 6 (2.73% from 255) = 4.69%
BLUE value IS 25 (10.16% from 255) = 19.53%
R=75.78%
G=4.69%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.74
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9762500.940.740.62347.4788.3520.2
Hex6161905E4A3E15b5814
Octal14163101361127653313024
Binary110000111011001010111101001010111110101011011101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610619; }

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

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

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

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

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

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

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

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