#5A172B

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

Shades of Pohutukawa #5A172B

Tints of Pohutukawa #5A172B

Color information

#5A172B (or 0x5A172B) is unknown color: approx Pohutukawa. HEX triplet: 5A, 17 and 2B. RGB value is (90,23,43). Sum of RGB (Red+Green+Blue) = 90+23+43=156 (20% of max value = 765). Red value is 90 (35.55% from 255 or 57.69% from 156); Green value is 23 (9.38% from 255 or 14.74% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 90 - color contains mainly: red. Hex color #5A172B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5A172B is #A5E8D4. Grayscale: #2D2D2D. Windows color (decimal): -10873045 or 2824026. OLE color: 2824026.

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

Color convert

RGB902343-
CMYK00.740.520.65
HSL342.09º59.29%22.16%-
HSV(B)342.09º74.44%35.29%-
XYZ4.962.962.6-
YUV45.31126.7159.87-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 57.69%
GREEN value IS 23 (9.38% from 255) = 14.74%
BLUE value IS 43 (17.19% from 255) = 27.56%
R=57.69%
G=14.74%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.52
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90234300.740.520.65342.0959.2922.16
Hex5A172B04A34411563b16
Octal13227530112641015267326
Binary10110101011110101101001010110100100000110101011011101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A172B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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