#610F26

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

Shades of Pohutukawa #610F26

Tints of Pohutukawa #610F26

Color information

#610F26 (or 0x610F26) is unknown color: approx Pohutukawa. HEX triplet: 61, 0F and 26. RGB value is (97,15,38). Sum of RGB (Red+Green+Blue) = 97+15+38=150 (19% of max value = 765). Red value is 97 (38.28% from 255 or 64.67% from 150); Green value is 15 (6.25% from 255 or 10% from 150); Blue value is 38 (15.23% from 255 or 25.33% from 150); Max value from RGB is 97 - color contains mainly: red. Hex color #610F26 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #610F26 is #9EF0D9. Grayscale: #2A2A2A. Windows color (decimal): -10416346 or 2494305. OLE color: 2494305.

HSL color Cylindrical-coordinate representation of color #610F26: hue angle of 343.17º degrees, saturation: 0.73, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #610F26 is Cyan = 0, Magento = 0.85, Yellow = 0.61 and Black (K on CMYK) = 0.62.

Color convert

RGB971538-
CMYK00.850.610.62
HSL343.17º73.21%21.96%-
HSV(B)343.17º84.54%38.04%-
XYZ5.453.022.13-
YUV42.14125.67167.13-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.67%
GREEN value IS 15 (6.25% from 255) = 10%
BLUE value IS 38 (15.23% from 255) = 25.33%
R=64.67%
G=10%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97153800.850.610.62343.1773.2121.96
Hex61F260553D3E1574916
Octal14117460125757652711126
Binary1100001111110011001010101111101111110101010111100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #610F26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #610F26; }

 p { color: rgb(97,15,38); }

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

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

 a { background-color: rgb(97,15,38); }

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

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

 span { border-color: rgb(97,15,38); }

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