#61131A

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

Shades of Pohutukawa #61131A

Tints of Pohutukawa #61131A

Color information

#61131A (or 0x61131A) is unknown color: approx Pohutukawa. HEX triplet: 61, 13 and 1A. RGB value is (97,19,26). Sum of RGB (Red+Green+Blue) = 97+19+26=142 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.31% from 142); Green value is 19 (7.81% from 255 or 13.38% from 142); Blue value is 26 (10.55% from 255 or 18.31% from 142); Max value from RGB is 97 - color contains mainly: red. Hex color #61131A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61131A is #9EECE5. Grayscale: #2B2B2B. Windows color (decimal): -10415334 or 1708897. OLE color: 1708897.

HSL color Cylindrical-coordinate representation of color #61131A: hue angle of 354.62º 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 #61131A is Cyan = 0, Magento = 0.80, Yellow = 0.73 and Black (K on CMYK) = 0.62.

Color convert

RGB971926-
CMYK00.800.730.62
HSL354.62º67.24%22.75%-
HSV(B)354.62º80.41%38.04%-
XYZ5.353.081.29-
YUV43.12118.34166.43-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.31%
GREEN value IS 19 (7.81% from 255) = 13.38%
BLUE value IS 26 (10.55% from 255) = 18.31%
R=68.31%
G=13.38%
B=18.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97192600.800.730.62354.6267.2422.75
Hex61131A050493E1634317
Octal141233201201117654310327
Binary11000011001111010010100001001001111110101100011100001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61131A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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