#61212B

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

Shades of Pohutukawa #61212B

Tints of Pohutukawa #61212B

Color information

#61212B (or 0x61212B) is unknown color: approx Pohutukawa. HEX triplet: 61, 21 and 2B. RGB value is (97,33,43). Sum of RGB (Red+Green+Blue) = 97+33+43=173 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.07% from 173); Green value is 33 (13.28% from 255 or 19.08% from 173); Blue value is 43 (17.19% from 255 or 24.86% from 173); Max value from RGB is 97 - color contains mainly: red. Hex color #61212B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61212B is #9EDED4. Grayscale: #353535. Windows color (decimal): -10411733 or 2826593. OLE color: 2826593.

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

Color convert

RGB973343-
CMYK00.660.560.62
HSL350.62º49.23%25.49%-
HSV(B)350.62º65.98%38.04%-
XYZ5.913.82.71-
YUV53.28122.2159.19-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.07%
GREEN value IS 33 (13.28% from 255) = 19.08%
BLUE value IS 43 (17.19% from 255) = 24.86%
R=56.07%
G=19.08%
B=24.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97334300.660.560.62350.6249.2325.49
Hex61212B042383E15f3119
Octal1414153010270765376131
Binary11000011000011010110100001011100011111010101111111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61212B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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