#611825

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

Shades of Pohutukawa #611825

Tints of Pohutukawa #611825

Color information

#611825 (or 0x611825) is unknown color: approx Pohutukawa. HEX triplet: 61, 18 and 25. RGB value is (97,24,37). Sum of RGB (Red+Green+Blue) = 97+24+37=158 (20% of max value = 765). Red value is 97 (38.28% from 255 or 61.39% from 158); Green value is 24 (9.77% from 255 or 15.19% from 158); Blue value is 37 (14.84% from 255 or 23.42% from 158); Max value from RGB is 97 - color contains mainly: red. Hex color #611825 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611825 is #9EE7DA. Grayscale: #2F2F2F. Windows color (decimal): -10414043 or 2431073. OLE color: 2431073.

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

Color convert

RGB972437-
CMYK00.750.620.62
HSL349.32º60.33%23.73%-
HSV(B)349.32º75.26%38.04%-
XYZ5.593.332.1-
YUV47.31122.18163.44-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 61.39%
GREEN value IS 24 (9.77% from 255) = 15.19%
BLUE value IS 37 (14.84% from 255) = 23.42%
R=61.39%
G=15.19%
B=23.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97243700.750.620.62349.3260.3323.73
Hex61182504B3E3E15d3c18
Octal1413045011376765357430
Binary1100001110001001010100101111111011111010101110111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611825; }

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

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

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

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

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

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

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

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