#61182B

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

Shades of Pohutukawa #61182B

Tints of Pohutukawa #61182B

Color information

#61182B (or 0x61182B) is unknown color: approx Pohutukawa. HEX triplet: 61, 18 and 2B. RGB value is (97,24,43). Sum of RGB (Red+Green+Blue) = 97+24+43=164 (21% of max value = 765). Red value is 97 (38.28% from 255 or 59.15% from 164); Green value is 24 (9.77% from 255 or 14.63% from 164); Blue value is 43 (17.19% from 255 or 26.22% from 164); Max value from RGB is 97 - color contains mainly: red. Hex color #61182B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61182B is #9EE7D4. Grayscale: #2F2F2F. Windows color (decimal): -10414037 or 2824289. OLE color: 2824289.

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

Color convert

RGB972443-
CMYK00.750.560.62
HSL344.38º60.33%23.73%-
HSV(B)344.38º75.26%38.04%-
XYZ5.693.372.64-
YUV47.99125.18162.96-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 59.15%
GREEN value IS 24 (9.77% from 255) = 14.63%
BLUE value IS 43 (17.19% from 255) = 26.22%
R=59.15%
G=14.63%
B=26.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.56
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97244300.750.560.62344.3860.3323.73
Hex61182B04B383E1583c18
Octal1413053011370765307430
Binary1100001110001010110100101111100011111010101100011110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61182B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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