#61212C

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

Shades of Pohutukawa #61212C

Tints of Pohutukawa #61212C

Color information

#61212C (or 0x61212C) is unknown color: approx Pohutukawa. HEX triplet: 61, 21 and 2C. RGB value is (97,33,44). Sum of RGB (Red+Green+Blue) = 97+33+44=174 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.75% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 44 (17.58% from 255 or 25.29% from 174); Max value from RGB is 97 - color contains mainly: red. Hex color #61212C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61212C is #9EDED3. Grayscale: #353535. Windows color (decimal): -10411732 or 2892129. OLE color: 2892129.

HSL color Cylindrical-coordinate representation of color #61212C: hue angle of 349.69º degrees, saturation: 0.49, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #61212C is Cyan = 0, Magento = 0.66, Yellow = 0.55 and Black (K on CMYK) = 0.62.

Color convert

RGB973344-
CMYK00.660.550.62
HSL349.69º49.23%25.49%-
HSV(B)349.69º65.98%38.04%-
XYZ5.933.812.81-
YUV53.39122.7159.11-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.75%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 44 (17.58% from 255) = 25.29%
R=55.75%
G=18.97%
B=25.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.55
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97334400.660.550.62349.6949.2325.49
Hex61212C042373E15e3119
Octal1414154010267765366131
Binary11000011000011011000100001011011111111010101111011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61212C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #61212C; }

 p { color: rgb(97,33,44); }

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

<style>
 a { background-color: #61212C; }

 a { background-color: rgb(97,33,44); }

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

<style>
 span { border-color: #61212C; }

 span { border-color: rgb(97,33,44); }

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