#61121A

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

Shades of Pohutukawa #61121A

Tints of Pohutukawa #61121A

Color information

#61121A (or 0x61121A) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 1A. RGB value is (97,18,26). Sum of RGB (Red+Green+Blue) = 97+18+26=141 (18% of max value = 765). Red value is 97 (38.28% from 255 or 68.79% from 141); Green value is 18 (7.42% from 255 or 12.77% from 141); Blue value is 26 (10.55% from 255 or 18.44% from 141); Max value from RGB is 97 - color contains mainly: red. Hex color #61121A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61121A is #9EEDE5. Grayscale: #2A2A2A. Windows color (decimal): -10415590 or 1708641. OLE color: 1708641.

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

Color convert

RGB971826-
CMYK00.810.730.62
HSL353.92º68.7%22.55%-
HSV(B)353.92º81.44%38.04%-
XYZ5.333.051.28-
YUV42.53118.67166.85-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 68.79%
GREEN value IS 18 (7.42% from 255) = 12.77%
BLUE value IS 26 (10.55% from 255) = 18.44%
R=68.79%
G=12.77%
B=18.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.73
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97182600.810.730.62353.9268.722.55
Hex61121A051493E1624517
Octal141223201211117654210527
Binary11000011001011010010100011001001111110101100010100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61121A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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