#61212F

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

Shades of Pohutukawa #61212F

Tints of Pohutukawa #61212F

Color information

#61212F (or 0x61212F) is unknown color: approx Pohutukawa. HEX triplet: 61, 21 and 2F. RGB value is (97,33,47). Sum of RGB (Red+Green+Blue) = 97+33+47=177 (23% of max value = 765). Red value is 97 (38.28% from 255 or 54.80% from 177); Green value is 33 (13.28% from 255 or 18.64% from 177); Blue value is 47 (18.75% from 255 or 26.55% from 177); Max value from RGB is 97 - color contains mainly: red. Hex color #61212F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61212F is #9EDED0. Grayscale: #353535. Windows color (decimal): -10411729 or 3088737. OLE color: 3088737.

HSL color Cylindrical-coordinate representation of color #61212F: hue angle of 346.88º 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 #61212F is Cyan = 0, Magento = 0.66, Yellow = 0.52 and Black (K on CMYK) = 0.62.

Color convert

RGB973347-
CMYK00.660.520.62
HSL346.88º49.23%25.49%-
HSV(B)346.88º65.98%38.04%-
XYZ5.993.833.11-
YUV53.73124.2158.86-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 54.80%
GREEN value IS 33 (13.28% from 255) = 18.64%
BLUE value IS 47 (18.75% from 255) = 26.55%
R=54.80%
G=18.64%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.52
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97334700.660.520.62346.8849.2325.49
Hex61212F042343E15b3119
Octal1414157010264765336131
Binary11000011000011011110100001011010011111010101101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61212F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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