#61121E

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

Shades of Pohutukawa #61121E

Tints of Pohutukawa #61121E

Color information

#61121E (or 0x61121E) is unknown color: approx Pohutukawa. HEX triplet: 61, 12 and 1E. RGB value is (97,18,30). Sum of RGB (Red+Green+Blue) = 97+18+30=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 18 (7.42% from 255 or 12.41% from 145); Blue value is 30 (12.11% from 255 or 20.69% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #61121E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61121E is #9EEDE1. Grayscale: #2B2B2B. Windows color (decimal): -10415586 or 1970785. OLE color: 1970785.

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

Color convert

RGB971830-
CMYK00.810.690.62
HSL350.89º68.7%22.55%-
HSV(B)350.89º81.44%38.04%-
XYZ5.383.071.54-
YUV42.99120.67166.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 18 (7.42% from 255) = 12.41%
BLUE value IS 30 (12.11% from 255) = 20.69%
R=66.90%
G=12.41%
B=20.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.69
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97183000.810.690.62350.8968.722.55
Hex61121E051453E15f4517
Octal141223601211057653710527
Binary11000011001011110010100011000101111110101011111100010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61121E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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