#61151D

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

Shades of Pohutukawa #61151D

Tints of Pohutukawa #61151D

Color information

#61151D (or 0x61151D) is unknown color: approx Pohutukawa. HEX triplet: 61, 15 and 1D. RGB value is (97,21,29). Sum of RGB (Red+Green+Blue) = 97+21+29=147 (19% of max value = 765). Red value is 97 (38.28% from 255 or 65.99% from 147); Green value is 21 (8.59% from 255 or 14.29% from 147); Blue value is 29 (11.72% from 255 or 19.73% from 147); Max value from RGB is 97 - color contains mainly: red. Hex color #61151D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61151D is #9EEAE2. Grayscale: #2C2C2C. Windows color (decimal): -10414819 or 1906017. OLE color: 1906017.

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

Color convert

RGB972129-
CMYK00.780.700.62
HSL353.68º64.41%23.14%-
HSV(B)353.68º78.35%38.04%-
XYZ5.423.171.49-
YUV44.64119.18165.35-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 65.99%
GREEN value IS 21 (8.59% from 255) = 14.29%
BLUE value IS 29 (11.72% from 255) = 19.73%
R=65.99%
G=14.29%
B=19.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.70
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97212900.780.700.62353.6864.4123.14
Hex61151D04E463E1624017
Octal141253501161067654210027
Binary11000011010111101010011101000110111110101100010100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61151D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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