#5A1C27

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

Shades of Pohutukawa #5A1C27

Tints of Pohutukawa #5A1C27

Color information

#5A1C27 (or 0x5A1C27) is unknown color: approx Pohutukawa. HEX triplet: 5A, 1C and 27. RGB value is (90,28,39). Sum of RGB (Red+Green+Blue) = 90+28+39=157 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.32% from 157); Green value is 28 (11.33% from 255 or 17.83% from 157); Blue value is 39 (15.62% from 255 or 24.84% from 157); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C27 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1C27 is #A5E3D8. Grayscale: #2F2F2F. Windows color (decimal): -10871769 or 2563162. OLE color: 2563162.

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

Color convert

RGB902839-
CMYK00.690.570.65
HSL349.35º52.54%23.14%-
HSV(B)349.35º68.89%35.29%-
XYZ53.152.26-
YUV47.79123.04158.11-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.32%
GREEN value IS 28 (11.33% from 255) = 17.83%
BLUE value IS 39 (15.62% from 255) = 24.84%
R=57.32%
G=17.83%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.57
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90283900.690.570.65349.3552.5423.14
Hex5A1C27045394115d3517
Octal13234470105711015356527
Binary10110101110010011101000101111001100000110101110111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1C27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,28,39); }

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

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

 a { background-color: rgb(90,28,39); }

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

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

 span { border-color: rgb(90,28,39); }

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