#61151B

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

Shades of Pohutukawa #61151B

Tints of Pohutukawa #61151B

Color information

#61151B (or 0x61151B) is unknown color: approx Pohutukawa. HEX triplet: 61, 15 and 1B. RGB value is (97,21,27). Sum of RGB (Red+Green+Blue) = 97+21+27=145 (19% of max value = 765). Red value is 97 (38.28% from 255 or 66.90% from 145); Green value is 21 (8.59% from 255 or 14.48% from 145); Blue value is 27 (10.94% from 255 or 18.62% from 145); Max value from RGB is 97 - color contains mainly: red. Hex color #61151B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61151B is #9EEAE4. Grayscale: #2C2C2C. Windows color (decimal): -10414821 or 1774945. OLE color: 1774945.

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

Color convert

RGB972127-
CMYK00.780.720.62
HSL355.26º64.41%23.14%-
HSV(B)355.26º78.35%38.04%-
XYZ5.43.161.36-
YUV44.41118.18165.51-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 66.90%
GREEN value IS 21 (8.59% from 255) = 14.48%
BLUE value IS 27 (10.94% from 255) = 18.62%
R=66.90%
G=14.48%
B=18.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.72
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97212700.780.720.62355.2664.4123.14
Hex61151B04E483E1634017
Octal141253301161107654310027
Binary11000011010111011010011101001000111110101100011100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61151B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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