#61121D

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

Shades of Pohutukawa #61121D

Tints of Pohutukawa #61121D

Color information

#61121D (or 0x61121D) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 1D. RGB value is (97,18,29). Sum of RGB (Red+Green+Blue) = 97+18+29=144 (19% of max value = 765). Red value is 97 (38.28% from 255 or 67.36% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 29 (11.72% from 255 or 20.14% from 144); Max value from RGB is 97 - color contains mainly: red. Hex color #61121D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61121D is #9EEDE2. Grayscale: #2A2A2A. Windows color (decimal): -10415587 or 1905249. OLE color: 1905249.

HSL color Cylindrical-coordinate representation of color #61121D: hue angle of 351.65º 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 #61121D is Cyan = 0, Magento = 0.81, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB971829-
CMYK00.810.700.62
HSL351.65º68.7%22.55%-
HSV(B)351.65º81.44%38.04%-
XYZ5.373.061.47-
YUV42.88120.17166.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 67.36%
GREEN value IS 18 (7.42% from 255) = 12.5%
BLUE value IS 29 (11.72% from 255) = 20.14%
R=67.36%
G=12.5%
B=20.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97182900.810.700.62351.6568.722.55
Hex61121D051463E1604517
Octal141223501211067654010527
Binary11000011001011101010100011000110111110101100000100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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