#61131F

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

Shades of Pohutukawa #61131F

Tints of Pohutukawa #61131F

Color information

#61131F (or 0x61131F) is unknown color: approx Pohutukawa. HEX triplet: 61, 13 and 1F. RGB value is (97,19,31). Sum of RGB (Red+Green+Blue) = 97+19+31=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 19 (7.81% from 255 or 12.93% from 147); Blue value is 31 (12.5% from 255 or 21.09% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61131F is #9EECE0. Grayscale: #2B2B2B. Windows color (decimal): -10415329 or 2036577. OLE color: 2036577.

HSL color Cylindrical-coordinate representation of color #61131F: hue angle of 350.77º degrees, saturation: 0.67, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #61131F is Cyan = 0, Magento = 0.80, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB971931-
CMYK00.800.680.62
HSL350.77º67.24%22.75%-
HSV(B)350.77º80.41%38.04%-
XYZ5.413.111.61-
YUV43.69120.84166.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 19 (7.81% from 255) = 12.93%
BLUE value IS 31 (12.5% from 255) = 21.09%
R=65.99%
G=12.93%
B=21.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97193100.800.680.62350.7767.2422.75
Hex61131F050443E15f4317
Octal141233701201047653710327
Binary11000011001111111010100001000100111110101011111100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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