#610715

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

Shades of Pohutukawa #610715

Tints of Pohutukawa #610715

Color information

#610715 (or 0x610715) is unknown color: approx Pohutukawa. HEX triplet: 61, 07 and 15. RGB value is (97,7,21). Sum of RGB (Red+Green+Blue) = 97+7+21=125 (16% of max value = 765). Red value is 97 (38.28% from 255 or 77.6% from 125); Green value is 7 (3.12% from 255 or 5.6% from 125); Blue value is 21 (8.59% from 255 or 16.8% from 125); Max value from RGB is 97 - color contains mainly: red. Hex color #610715 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #610715 is #9EF8EA. Grayscale: #232323. Windows color (decimal): -10418411 or 1378145. OLE color: 1378145.

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

Color convert

RGB97721-
CMYK00.930.780.62
HSL350.67º86.54%20.39%-
HSV(B)350.67º92.78%38.04%-
XYZ5.142.750.97-
YUV35.51119.82171.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 77.6%
GREEN value IS 7 (3.12% from 255) = 5.6%
BLUE value IS 21 (8.59% from 255) = 16.8%
R=77.6%
G=5.6%
B=16.8%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.78
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal9772100.930.780.62350.6786.5420.39
Hex6171505D4E3E15f5714
Octal14172501351167653712724
Binary110000111110101010111011001110111110101011111101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610715; }

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

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

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

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

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

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

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

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