#5C192B

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

Shades of Pohutukawa #5C192B

Tints of Pohutukawa #5C192B

Color information

#5C192B (or 0x5C192B) is unknown color: approx Pohutukawa. HEX triplet: 5C, 19 and 2B. RGB value is (92,25,43). Sum of RGB (Red+Green+Blue) = 92+25+43=160 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.5% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 43 (17.19% from 255 or 26.88% from 160); Max value from RGB is 92 - color contains mainly: red. Hex color #5C192B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C192B is #A3E6D4. Grayscale: #2F2F2F. Windows color (decimal): -10741461 or 2824540. OLE color: 2824540.

HSL color Cylindrical-coordinate representation of color #5C192B: hue angle of 343.88º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5C192B is Cyan = 0, Magento = 0.73, Yellow = 0.53 and Black (K on CMYK) = 0.64.

Color convert

RGB922543-
CMYK00.730.530.64
HSL343.88º57.26%22.94%-
HSV(B)343.88º72.83%36.08%-
XYZ5.23.142.62-
YUV47.08125.7160.04-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 57.5%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 43 (17.19% from 255) = 26.88%
R=57.5%
G=15.62%
B=26.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92254300.730.530.64343.8857.2622.94
Hex5C192B04935401583917
Octal13431530111651005307127
Binary10111001100110101101001001110101100000010101100011100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C192B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,25,43); }

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

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

 a { background-color: rgb(92,25,43); }

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

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

 span { border-color: rgb(92,25,43); }

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