#61192D

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

Shades of Pohutukawa #61192D

Tints of Pohutukawa #61192D

Color information

#61192D (or 0x61192D) is unknown color: approx Pohutukawa. HEX triplet: 61, 19 and 2D. RGB value is (97,25,45). Sum of RGB (Red+Green+Blue) = 97+25+45=167 (22% of max value = 765). Red value is 97 (38.28% from 255 or 58.08% from 167); Green value is 25 (10.16% from 255 or 14.97% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 97 - color contains mainly: red. Hex color #61192D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61192D is #9EE6D2. Grayscale: #303030. Windows color (decimal): -10413779 or 2955617. OLE color: 2955617.

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

Color convert

RGB972545-
CMYK00.740.540.62
HSL343.33º59.02%23.92%-
HSV(B)343.33º74.23%38.04%-
XYZ5.753.432.84-
YUV48.81125.85162.37-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.08%
GREEN value IS 25 (10.16% from 255) = 14.97%
BLUE value IS 45 (17.97% from 255) = 26.95%
R=58.08%
G=14.97%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97254500.740.540.62343.3359.0223.92
Hex61192D04A363E1573b18
Octal1413155011266765277330
Binary1100001110011011010100101011011011111010101011111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61192D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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