#610115

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

Shades of Pohutukawa #610115

Tints of Pohutukawa #610115

Color information

#610115 (or 0x610115) is unknown color: approx Pohutukawa. HEX triplet: 61, 01 and 15. RGB value is (97,1,21). Sum of RGB (Red+Green+Blue) = 97+1+21=119 (15% of max value = 765). Red value is 97 (38.28% from 255 or 81.51% from 119); Green value is 1 (0.78% from 255 or 0.84% from 119); Blue value is 21 (8.59% from 255 or 17.65% from 119); Max value from RGB is 97 - color contains mainly: red. Hex color #610115 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610115 is #9EFEEA. Grayscale: #1F1F1F. Windows color (decimal): -10419947 or 1376609. OLE color: 1376609.

HSL color Cylindrical-coordinate representation of color #610115: hue angle of 347.5º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #610115 is Cyan = 0, Magento = 0.99, Yellow = 0.78 and Black (K on CMYK) = 0.62.

Color convert

RGB97121-
CMYK00.990.780.62
HSL347.5º97.96%19.22%-
HSV(B)347.5º98.97%38.04%-
XYZ5.082.620.95-
YUV31.98121.8174.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 81.51%
GREEN value IS 1 (0.78% from 255) = 0.84%
BLUE value IS 21 (8.59% from 255) = 17.65%
R=81.51%
G=0.84%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9712100.990.780.62347.597.9619.22
Hex611150634E3E15c6213
Octal14112501431167653414223
Binary1100001110101011000111001110111110101011100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610115

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610115; }

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

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

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

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

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

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

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

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