#5A1E2B

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

Shades of Pohutukawa #5A1E2B

Tints of Pohutukawa #5A1E2B

Color information

#5A1E2B (or 0x5A1E2B) is unknown color: approx Pohutukawa. HEX triplet: 5A, 1E and 2B. RGB value is (90,30,43). Sum of RGB (Red+Green+Blue) = 90+30+43=163 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.21% from 163); Green value is 30 (12.11% from 255 or 18.40% from 163); Blue value is 43 (17.19% from 255 or 26.38% from 163); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1E2B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A1E2B is #A5E1D4. Grayscale: #313131. Windows color (decimal): -10871253 or 2825818. OLE color: 2825818.

HSL color Cylindrical-coordinate representation of color #5A1E2B: hue angle of 347º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A1E2B is Cyan = 0, Magento = 0.67, Yellow = 0.52 and Black (K on CMYK) = 0.65.

Color convert

RGB903043-
CMYK00.670.520.65
HSL347º50%23.53%-
HSV(B)347º66.67%35.29%-
XYZ5.123.282.65-
YUV49.42124.38156.94-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.21%
GREEN value IS 30 (12.11% from 255) = 18.40%
BLUE value IS 43 (17.19% from 255) = 26.38%
R=55.21%
G=18.40%
B=26.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90304300.670.520.653475023.53
Hex5A1E2B043344115b3218
Octal13236530103641015336230
Binary10110101111010101101000011110100100000110101101111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A1E2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,30,43); }

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

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

 a { background-color: rgb(90,30,43); }

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

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

 span { border-color: rgb(90,30,43); }

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