#61202B

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

Shades of Pohutukawa #61202B

Tints of Pohutukawa #61202B

Color information

#61202B (or 0x61202B) is unknown color: approx Pohutukawa. HEX triplet: 61, 20 and 2B. RGB value is (97,32,43). Sum of RGB (Red+Green+Blue) = 97+32+43=172 (22% of max value = 765). Red value is 97 (38.28% from 255 or 56.40% from 172); Green value is 32 (12.89% from 255 or 18.60% from 172); Blue value is 43 (17.19% from 255 or 25% from 172); Max value from RGB is 97 - color contains mainly: red. Hex color #61202B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #61202B is #9EDFD4. Grayscale: #343434. Windows color (decimal): -10411989 or 2826337. OLE color: 2826337.

HSL color Cylindrical-coordinate representation of color #61202B: hue angle of 349.85º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #61202B is Cyan = 0, Magento = 0.67, Yellow = 0.56 and Black (K on CMYK) = 0.62.

Color convert

RGB973243-
CMYK00.670.560.62
HSL349.85º50.39%25.29%-
HSV(B)349.85º67.01%38.04%-
XYZ5.883.752.7-
YUV52.69122.53159.61-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 56.40%
GREEN value IS 32 (12.89% from 255) = 18.60%
BLUE value IS 43 (17.19% from 255) = 25%
R=56.40%
G=18.60%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97324300.670.560.62349.8550.3925.29
Hex61202B043383E15e3219
Octal1414053010370765366231
Binary11000011000001010110100001111100011111010101111011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61202B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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