#61161E

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

Shades of Pohutukawa #61161E

Tints of Pohutukawa #61161E

Color information

#61161E (or 0x61161E) is unknown color: approx Pohutukawa. HEX triplet: 61, 16 and 1E. RGB value is (97,22,30). Sum of RGB (Red+Green+Blue) = 97+22+30=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 22 (8.98% from 255 or 14.77% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #61161E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61161E is #9EE9E1. Grayscale: #2D2D2D. Windows color (decimal): -10414562 or 1971809. OLE color: 1971809.

HSL color Cylindrical-coordinate representation of color #61161E: hue angle of 353.6º degrees, saturation: 0.63, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #61161E is Cyan = 0, Magento = 0.77, Yellow = 0.69 and Black (K on CMYK) = 0.62.

Color convert

RGB972230-
CMYK00.770.690.62
HSL353.6º63.03%23.33%-
HSV(B)353.6º77.32%38.04%-
XYZ5.453.211.56-
YUV45.34119.35164.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 22 (8.98% from 255) = 14.77%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=65.10%
G=14.77%
B=20.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97223000.770.690.62353.663.0323.33
Hex61161E04D453E1623f17
Octal14126360115105765427727
Binary1100001101101111001001101100010111111010110001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61161E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61161E; }

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

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

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

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

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

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

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

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