#611D2A

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

Shades of Pohutukawa #611D2A

Tints of Pohutukawa #611D2A

Color information

#611D2A (or 0x611D2A) is unknown color: approx Pohutukawa. HEX triplet: 61, 1D and 2A. RGB value is (97,29,42). Sum of RGB (Red+Green+Blue) = 97+29+42=168 (22% of max value = 765). Red value is 97 (38.28% from 255 or 57.74% from 168); Green value is 29 (11.72% from 255 or 17.26% from 168); Blue value is 42 (16.80% from 255 or 25% from 168); Max value from RGB is 97 - color contains mainly: red. Hex color #611D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #611D2A is #9EE2D5. Grayscale: #323232. Windows color (decimal): -10412758 or 2760033. OLE color: 2760033.

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

Color convert

RGB972942-
CMYK00.700.570.62
HSL348.53º53.97%24.71%-
HSV(B)348.53º70.1%38.04%-
XYZ5.793.592.58-
YUV50.81123.03160.94-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 57.74%
GREEN value IS 29 (11.72% from 255) = 17.26%
BLUE value IS 42 (16.80% from 255) = 25%
R=57.74%
G=17.26%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97294200.700.570.62348.5353.9724.71
Hex611D2A046393E15d3619
Octal1413552010671765356631
Binary1100001111011010100100011011100111111010101110111011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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