#611E2E

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

Shades of Pohutukawa #611E2E

Tints of Pohutukawa #611E2E

Color information

#611E2E (or 0x611E2E) is unknown color: approx Pohutukawa. HEX triplet: 61, 1E and 2E. RGB value is (97,30,46). Sum of RGB (Red+Green+Blue) = 97+30+46=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 30 (12.11% from 255 or 17.34% from 173); Blue value is 46 (18.36% from 255 or 26.59% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #611E2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611E2E is #9EE1D1. Grayscale: #333333. Windows color (decimal): -10412498 or 3022433. OLE color: 3022433.

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

Color convert

RGB973046-
CMYK00.690.530.62
HSL345.67º52.76%24.9%-
HSV(B)345.67º69.07%38.04%-
XYZ5.893.672.98-
YUV51.86124.7160.2-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 30 (12.11% from 255) = 17.34%
BLUE value IS 46 (18.36% from 255) = 26.59%
R=56.07%
G=17.34%
B=26.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97304600.690.530.62345.6752.7624.9
Hex611E2E045353E15a3519
Octal1413656010565765326531
Binary1100001111101011100100010111010111111010101101011010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611E2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,30,46); }

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

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

 a { background-color: rgb(97,30,46); }

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

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

 span { border-color: rgb(97,30,46); }

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