#61181F

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

Shades of Pohutukawa #61181F

Tints of Pohutukawa #61181F

Color information

#61181F (or 0x61181F) is unknown color: approx Pohutukawa. HEX triplet: 61, 18 and 1F. RGB value is (97,24,31). Sum of RGB (Red+Green+Blue) = 97+24+31=152 (20% of max value = 765). Red value is 97 (38.28% from 255 or 63.82% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 31 (12.5% from 255 or 20.39% from 152); Max value from RGB is 97 - color contains mainly: red. Hex color #61181F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61181F is #9EE7E0. Grayscale: #2E2E2E. Windows color (decimal): -10414049 or 2037857. OLE color: 2037857.

HSL color Cylindrical-coordinate representation of color #61181F: hue angle of 354.25º 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 #61181F is Cyan = 0, Magento = 0.75, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB972431-
CMYK00.750.680.62
HSL354.25º60.33%23.73%-
HSV(B)354.25º75.26%38.04%-
XYZ5.53.291.64-
YUV46.62119.18163.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 63.82%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 31 (12.5% from 255) = 20.39%
R=63.82%
G=15.79%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97243100.750.680.62354.2560.3323.73
Hex61181F04B443E1623c18
Octal14130370113104765427430
Binary1100001110001111101001011100010011111010110001011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61181F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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