#5A142B

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

Shades of Pohutukawa #5A142B

Tints of Pohutukawa #5A142B

Color information

#5A142B (or 0x5A142B) is unknown color: approx Pohutukawa. HEX triplet: 5A, 14 and 2B. RGB value is (90,20,43). Sum of RGB (Red+Green+Blue) = 90+20+43=153 (20% of max value = 765). Red value is 90 (35.55% from 255 or 58.82% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 90 - color contains mainly: red. Hex color #5A142B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A142B is #A5EBD4. Grayscale: #2B2B2B. Windows color (decimal): -10873813 or 2823258. OLE color: 2823258.

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

Color convert

RGB902043-
CMYK00.780.520.65
HSL340.29º63.64%21.57%-
HSV(B)340.29º77.78%35.29%-
XYZ4.92.852.58-
YUV43.55127.69161.13-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 58.82%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 43 (17.19% from 255) = 28.10%
R=58.82%
G=13.07%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90204300.780.520.65340.2963.6421.57
Hex5A142B04E34411544016
Octal132245301166410152410026
Binary101101010100101011010011101101001000001101010100100000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A142B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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