#5A1826

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

Shades of Pohutukawa #5A1826

Tints of Pohutukawa #5A1826

Color information

#5A1826 (or 0x5A1826) is unknown color: approx Pohutukawa. HEX triplet: 5A, 18 and 26. RGB value is (90,24,38). Sum of RGB (Red+Green+Blue) = 90+24+38=152 (20% of max value = 765). Red value is 90 (35.55% from 255 or 59.21% from 152); Green value is 24 (9.77% from 255 or 15.79% from 152); Blue value is 38 (15.23% from 255 or 25% from 152); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1826 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A1826 is #A5E7D9. Grayscale: #2D2D2D. Windows color (decimal): -10872794 or 2496602. OLE color: 2496602.

HSL color Cylindrical-coordinate representation of color #5A1826: hue angle of 347.27º 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 #5A1826 is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.65.

Color convert

RGB902438-
CMYK00.730.580.65
HSL347.27º57.89%22.35%-
HSV(B)347.27º73.33%35.29%-
XYZ4.892.972.15-
YUV45.33123.87159.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 59.21%
GREEN value IS 24 (9.77% from 255) = 15.79%
BLUE value IS 38 (15.23% from 255) = 25%
R=59.21%
G=15.79%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90243800.730.580.65347.2757.8922.35
Hex5A18260493A4115b3a16
Octal13230460111721015337226
Binary10110101100010011001001001111010100000110101101111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1826

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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