#5A1C2A

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

Shades of Pohutukawa #5A1C2A

Tints of Pohutukawa #5A1C2A

Color information

#5A1C2A (or 0x5A1C2A) is unknown color: approx Pohutukawa. HEX triplet: 5A, 1C and 2A. RGB value is (90,28,42). Sum of RGB (Red+Green+Blue) = 90+28+42=160 (21% of max value = 765). Red value is 90 (35.55% from 255 or 56.25% from 160); Green value is 28 (11.33% from 255 or 17.5% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1C2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1C2A is #A5E3D5. Grayscale: #303030. Windows color (decimal): -10871766 or 2759770. OLE color: 2759770.

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

Color convert

RGB902842-
CMYK00.690.530.65
HSL346.45º52.54%23.14%-
HSV(B)346.45º68.89%35.29%-
XYZ5.053.172.54-
YUV48.13124.54157.86-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 56.25%
GREEN value IS 28 (11.33% from 255) = 17.5%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=56.25%
G=17.5%
B=26.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90284200.690.530.65346.4552.5423.14
Hex5A1C2A045354115a3517
Octal13234520105651015326527
Binary10110101110010101001000101110101100000110101101011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1C2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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