#5A1D2A

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

Shades of Pohutukawa #5A1D2A

Tints of Pohutukawa #5A1D2A

Color information

#5A1D2A (or 0x5A1D2A) is unknown color: approx Pohutukawa. HEX triplet: 5A, 1D and 2A. RGB value is (90,29,42). Sum of RGB (Red+Green+Blue) = 90+29+42=161 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.90% from 161); Green value is 29 (11.72% from 255 or 18.01% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1D2A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1D2A is #A5E2D5. Grayscale: #303030. Windows color (decimal): -10871510 or 2760026. OLE color: 2760026.

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

Color convert

RGB902942-
CMYK00.680.530.65
HSL347.21º51.26%23.33%-
HSV(B)347.21º67.78%35.29%-
XYZ5.073.222.54-
YUV48.72124.21157.44-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.90%
GREEN value IS 29 (11.72% from 255) = 18.01%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=55.90%
G=18.01%
B=26.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.53
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90294200.680.530.65347.2151.2623.33
Hex5A1D2A044354115b3317
Octal13235520104651015336327
Binary10110101110110101001000100110101100000110101101111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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