#61151F

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

Shades of Pohutukawa #61151F

Tints of Pohutukawa #61151F

Color information

#61151F (or 0x61151F) is unknown color: approx Pohutukawa. HEX triplet: 61, 15 and 1F. RGB value is (97,21,31). Sum of RGB (Red+Green+Blue) = 97+21+31=149 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.10% from 149); Green value is 21 (8.59% from 255 or 14.09% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 97 - color contains mainly: red. Hex color #61151F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61151F is #9EEAE0. Grayscale: #2C2C2C. Windows color (decimal): -10414817 or 2037089. OLE color: 2037089.

HSL color Cylindrical-coordinate representation of color #61151F: hue angle of 352.11º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #61151F is Cyan = 0, Magento = 0.78, Yellow = 0.68 and Black (K on CMYK) = 0.62.

Color convert

RGB972131-
CMYK00.780.680.62
HSL352.11º64.41%23.14%-
HSV(B)352.11º78.35%38.04%-
XYZ5.453.181.62-
YUV44.86120.18165.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.10%
GREEN value IS 21 (8.59% from 255) = 14.09%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=65.10%
G=14.09%
B=20.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.68
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97213100.780.680.62352.1164.4123.14
Hex61151F04E443E1604017
Octal141253701161047654010027
Binary11000011010111111010011101000100111110101100000100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61151F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61151F; }

 p { color: rgb(97,21,31); }

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

<style>
 a { background-color: #61151F; }

 a { background-color: rgb(97,21,31); }

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

<style>
 span { border-color: #61151F; }

 span { border-color: rgb(97,21,31); }

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