#61212A

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

Shades of Pohutukawa #61212A

Tints of Pohutukawa #61212A

Color information

#61212A (or 0x61212A) is unknown color: approx Pohutukawa. HEX triplet: 61, 21 and 2A. RGB value is (97,33,42). Sum of RGB (Red+Green+Blue) = 97+33+42=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 33 (13.28% from 255 or 19.19% from 172); Blue value is 42 (16.80% from 255 or 24.42% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #61212A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61212A is #9EDED5. Grayscale: #353535. Windows color (decimal): -10411734 or 2761057. OLE color: 2761057.

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

Color convert

RGB973342-
CMYK00.660.570.62
HSL351.56º49.23%25.49%-
HSV(B)351.56º65.98%38.04%-
XYZ5.893.82.61-
YUV53.16121.7159.27-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 33 (13.28% from 255) = 19.19%
BLUE value IS 42 (16.80% from 255) = 24.42%
R=56.40%
G=19.19%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97334200.660.570.62351.5649.2325.49
Hex61212A042393E1603119
Octal1414152010271765406131
Binary11000011000011010100100001011100111111010110000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61212A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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