#611D2B

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

Shades of Pohutukawa #611D2B

Tints of Pohutukawa #611D2B

Color information

#611D2B (or 0x611D2B) is unknown color: approx Pohutukawa. HEX triplet: 61, 1D and 2B. RGB value is (97,29,43). Sum of RGB (Red+Green+Blue) = 97+29+43=169 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.40% from 169); Green value is 29 (11.72% from 255 or 17.16% from 169); Blue value is 43 (17.19% from 255 or 25.44% from 169); Max value from RGB is 97 - color contains mainly: red. Hex color #611D2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D2B is #9EE2D4. Grayscale: #323232. Windows color (decimal): -10412757 or 2825569. OLE color: 2825569.

HSL color Cylindrical-coordinate representation of color #611D2B: hue angle of 347.65º 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 #611D2B is Cyan = 0, Magento = 0.70, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB972943-
CMYK00.700.560.62
HSL347.65º53.97%24.71%-
HSV(B)347.65º70.1%38.04%-
XYZ5.813.592.67-
YUV50.93123.53160.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.40%
GREEN value IS 29 (11.72% from 255) = 17.16%
BLUE value IS 43 (17.19% from 255) = 25.44%
R=57.40%
G=17.16%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97294300.700.560.62347.6553.9724.71
Hex611D2B046383E15c3619
Octal1413553010670765346631
Binary1100001111011010110100011011100011111010101110011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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