#611925

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

Shades of Pohutukawa #611925

Tints of Pohutukawa #611925

Color information

#611925 (or 0x611925) is unknown color: approx Pohutukawa. HEX triplet: 61, 19 and 25. RGB value is (97,25,37). Sum of RGB (Red+Green+Blue) = 97+25+37=159 (21% of max value = 765). Red value is 97 (38.28% from 255 or 61.01% from 159); Green value is 25 (10.16% from 255 or 15.72% from 159); Blue value is 37 (14.84% from 255 or 23.27% from 159); Max value from RGB is 97 - color contains mainly: red. Hex color #611925 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611925 is #9EE6DA. Grayscale: #2F2F2F. Windows color (decimal): -10413787 or 2431329. OLE color: 2431329.

HSL color Cylindrical-coordinate representation of color #611925: hue angle of 350º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #611925 is Cyan = 0, Magento = 0.74, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB972537-
CMYK00.740.620.62
HSL350º59.02%23.92%-
HSV(B)350º74.23%38.04%-
XYZ5.613.372.11-
YUV47.9121.85163.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.01%
GREEN value IS 25 (10.16% from 255) = 15.72%
BLUE value IS 37 (14.84% from 255) = 23.27%
R=61.01%
G=15.72%
B=23.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97253700.740.620.6235059.0223.92
Hex61192504A3E3E15e3b18
Octal1413145011276765367330
Binary1100001110011001010100101011111011111010101111011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611925

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611925; }

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

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

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

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

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

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

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

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