#5A182A

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

Shades of Pohutukawa #5A182A

Tints of Pohutukawa #5A182A

Color information

#5A182A (or 0x5A182A) is unknown color: approx Pohutukawa. HEX triplet: 5A, 18 and 2A. RGB value is (90,24,42). Sum of RGB (Red+Green+Blue) = 90+24+42=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 24 (9.77% from 255 or 15.38% from 156); Blue value is 42 (16.80% from 255 or 26.92% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A182A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A182A is #A5E7D5. Grayscale: #2D2D2D. Windows color (decimal): -10872790 or 2758746. OLE color: 2758746.

HSL color Cylindrical-coordinate representation of color #5A182A: hue angle of 343.64º degrees, saturation: 0.58, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5A182A is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.65.

Color convert

RGB902442-
CMYK00.730.530.65
HSL343.64º57.89%22.35%-
HSV(B)343.64º73.33%35.29%-
XYZ4.962.992.51-
YUV45.79125.87159.54-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.69%
GREEN value IS 24 (9.77% from 255) = 15.38%
BLUE value IS 42 (16.80% from 255) = 26.92%
R=57.69%
G=15.38%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90244200.730.530.65343.6457.8922.35
Hex5A182A04935411583a16
Octal13230520111651015307226
Binary10110101100010101001001001110101100000110101100011101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A182A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A182A; }

 p { color: rgb(90,24,42); }

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

<style>
 a { background-color: #5A182A; }

 a { background-color: rgb(90,24,42); }

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

<style>
 span { border-color: #5A182A; }

 span { border-color: rgb(90,24,42); }

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