#61191D

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

Shades of Pohutukawa #61191D

Tints of Pohutukawa #61191D

Color information

#61191D (or 0x61191D) is unknown color: approx Pohutukawa. HEX triplet: 61, 19 and 1D. RGB value is (97,25,29). Sum of RGB (Red+Green+Blue) = 97+25+29=151 (20% of max value = 765). Red value is 97 (38.28% from 255 or 64.24% from 151); Green value is 25 (10.16% from 255 or 16.56% from 151); Blue value is 29 (11.72% from 255 or 19.21% from 151); Max value from RGB is 97 - color contains mainly: red. Hex color #61191D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61191D is #9EE6E2. Grayscale: #2F2F2F. Windows color (decimal): -10413795 or 1907041. OLE color: 1907041.

HSL color Cylindrical-coordinate representation of color #61191D: hue angle of 356.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #61191D is Cyan = 0, Magento = 0.74, Yellow = 0.70 and Black (K on CMYK) = 0.62.

Color convert

RGB972529-
CMYK00.740.700.62
HSL356.67º59.02%23.92%-
HSV(B)356.67º74.23%38.04%-
XYZ5.53.331.51-
YUV46.98117.85163.67-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 64.24%
GREEN value IS 25 (10.16% from 255) = 16.56%
BLUE value IS 29 (11.72% from 255) = 19.21%
R=64.24%
G=16.56%
B=19.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97252900.740.700.62356.6759.0223.92
Hex61191D04A463E1653b18
Octal14131350112106765457330
Binary1100001110011110101001010100011011111010110010111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61191D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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