#611D25

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

Shades of Pohutukawa #611D25

Tints of Pohutukawa #611D25

Color information

#611D25 (or 0x611D25) is unknown color: approx Pohutukawa. HEX triplet: 61, 1D and 25. RGB value is (97,29,37). Sum of RGB (Red+Green+Blue) = 97+29+37=163 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.51% from 163); Green value is 29 (11.72% from 255 or 17.79% from 163); Blue value is 37 (14.84% from 255 or 22.70% from 163); Max value from RGB is 97 - color contains mainly: red. Hex color #611D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D25 is #9EE2DA. Grayscale: #323232. Windows color (decimal): -10412763 or 2432353. OLE color: 2432353.

HSL color Cylindrical-coordinate representation of color #611D25: hue angle of 352.94º degrees, saturation: 0.54, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #611D25 is Cyan = 0, Magento = 0.70, Yellow = 0.62 and Black (K on CMYK) = 0.62.

Color convert

RGB972937-
CMYK00.700.620.62
HSL352.94º53.97%24.71%-
HSV(B)352.94º70.1%38.04%-
XYZ5.73.552.14-
YUV50.24120.53161.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.51%
GREEN value IS 29 (11.72% from 255) = 17.79%
BLUE value IS 37 (14.84% from 255) = 22.70%
R=59.51%
G=17.79%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97293700.700.620.62352.9453.9724.71
Hex611D250463E3E1613619
Octal1413545010676765416631
Binary1100001111011001010100011011111011111010110000111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611D25; }

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

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

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

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

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

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

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

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