#61212D

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

Shades of Pohutukawa #61212D

Tints of Pohutukawa #61212D

Color information

#61212D (or 0x61212D) is unknown color: approx Pohutukawa. HEX triplet: 61, 21 and 2D. RGB value is (97,33,45). Sum of RGB (Red+Green+Blue) = 97+33+45=175 (23% of max value = 765). Red value is 97 (38.28% from 255 or 55.43% from 175); Green value is 33 (13.28% from 255 or 18.86% from 175); Blue value is 45 (17.97% from 255 or 25.71% from 175); Max value from RGB is 97 - color contains mainly: red. Hex color #61212D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61212D is #9EDED2. Grayscale: #353535. Windows color (decimal): -10411731 or 2957665. OLE color: 2957665.

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

Color convert

RGB973345-
CMYK00.660.540.62
HSL348.75º49.23%25.49%-
HSV(B)348.75º65.98%38.04%-
XYZ5.953.822.91-
YUV53.5123.2159.02-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 55.43%
GREEN value IS 33 (13.28% from 255) = 18.86%
BLUE value IS 45 (17.97% from 255) = 25.71%
R=55.43%
G=18.86%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97334500.660.540.62348.7549.2325.49
Hex61212D042363E15d3119
Octal1414155010266765356131
Binary11000011000011011010100001011011011111010101110111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61212D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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