#61182D

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

Shades of Pohutukawa #61182D

Tints of Pohutukawa #61182D

Color information

#61182D (or 0x61182D) is unknown color: approx Pohutukawa. HEX triplet: 61, 18 and 2D. RGB value is (97,24,45). Sum of RGB (Red+Green+Blue) = 97+24+45=166 (21% of max value = 765). Red value is 97 (38.28% from 255 or 58.43% from 166); Green value is 24 (9.77% from 255 or 14.46% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 97 - color contains mainly: red. Hex color #61182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #61182D is #9EE7D2. Grayscale: #303030. Windows color (decimal): -10414035 or 2955361. OLE color: 2955361.

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

Color convert

RGB972445-
CMYK00.750.540.62
HSL342.74º60.33%23.73%-
HSV(B)342.74º75.26%38.04%-
XYZ5.733.382.83-
YUV48.22126.18162.79-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 58.43%
GREEN value IS 24 (9.77% from 255) = 14.46%
BLUE value IS 45 (17.97% from 255) = 27.11%
R=58.43%
G=14.46%
B=27.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.54
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97244500.750.540.62342.7460.3323.73
Hex61182D04B363E1573c18
Octal1413055011366765277430
Binary1100001110001011010100101111011011111010101011111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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