#610615

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

Shades of Pohutukawa #610615

Tints of Pohutukawa #610615

Color information

#610615 (or 0x610615) is unknown color: approx Pohutukawa. HEX triplet: 61, 06 and 15. RGB value is (97,6,21). Sum of RGB (Red+Green+Blue) = 97+6+21=124 (16% of max value = 765). Red value is 97 (38.28% from 255 or 78.23% from 124); Green value is 6 (2.73% from 255 or 4.84% from 124); Blue value is 21 (8.59% from 255 or 16.94% from 124); Max value from RGB is 97 - color contains mainly: red. Hex color #610615 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610615 is #9EF9EA. Grayscale: #222222. Windows color (decimal): -10418667 or 1377889. OLE color: 1377889.

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

Color convert

RGB97621-
CMYK00.940.780.62
HSL350.11º88.35%20.2%-
HSV(B)350.11º93.81%38.04%-
XYZ5.132.730.97-
YUV34.92120.15172.28-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 78.23%
GREEN value IS 6 (2.73% from 255) = 4.84%
BLUE value IS 21 (8.59% from 255) = 16.94%
R=78.23%
G=4.84%
B=16.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9762100.940.780.62350.1188.3520.2
Hex6161505E4E3E15e5814
Octal14162501361167653613024
Binary110000111010101010111101001110111110101011110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610615

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610615; }

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

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

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

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

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

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

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

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