#61181B

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

Shades of Pohutukawa #61181B

Tints of Pohutukawa #61181B

Color information

#61181B (or 0x61181B) is unknown color: approx Pohutukawa. HEX triplet: 61, 18 and 1B. RGB value is (97,24,27). Sum of RGB (Red+Green+Blue) = 97+24+27=148 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.54% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 27 (10.94% from 255 or 18.24% from 148); Max value from RGB is 97 - color contains mainly: red. Hex color #61181B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61181B is #9EE7E4. Grayscale: #2E2E2E. Windows color (decimal): -10414053 or 1775713. OLE color: 1775713.

HSL color Cylindrical-coordinate representation of color #61181B: hue angle of 357.53º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #61181B is Cyan = 0, Magento = 0.75, Yellow = 0.72 and Black (K on CMYK) = 0.62.

Color convert

RGB972427-
CMYK00.750.720.62
HSL357.53º60.33%23.73%-
HSV(B)357.53º75.26%38.04%-
XYZ5.453.271.38-
YUV46.17117.18164.26-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.54%
GREEN value IS 24 (9.77% from 255) = 16.22%
BLUE value IS 27 (10.94% from 255) = 18.24%
R=65.54%
G=16.22%
B=18.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97242700.750.720.62357.5360.3323.73
Hex61181B04B483E1663c18
Octal14130330113110765467430
Binary1100001110001101101001011100100011111010110011011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61181B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61181B; }

 p { color: rgb(97,24,27); }

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

<style>
 a { background-color: #61181B; }

 a { background-color: rgb(97,24,27); }

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

<style>
 span { border-color: #61181B; }

 span { border-color: rgb(97,24,27); }

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