#5C192E

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

Shades of Pohutukawa #5C192E

Tints of Pohutukawa #5C192E

Color information

#5C192E (or 0x5C192E) is unknown color: approx Pohutukawa. HEX triplet: 5C, 19 and 2E. RGB value is (92,25,46). Sum of RGB (Red+Green+Blue) = 92+25+46=163 (21% of max value = 765). Red value is 92 (36.33% from 255 or 56.44% from 163); Green value is 25 (10.16% from 255 or 15.34% from 163); Blue value is 46 (18.36% from 255 or 28.22% from 163); Max value from RGB is 92 - color contains mainly: red. Hex color #5C192E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C192E is #A3E6D1. Grayscale: #2F2F2F. Windows color (decimal): -10741458 or 3021148. OLE color: 3021148.

HSL color Cylindrical-coordinate representation of color #5C192E: hue angle of 341.19º 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 #5C192E is Cyan = 0, Magento = 0.73, Yellow = 0.50 and Black (K on CMYK) = 0.64.

Color convert

RGB922546-
CMYK00.730.500.64
HSL341.19º57.26%22.94%-
HSV(B)341.19º72.83%36.08%-
XYZ5.253.172.92-
YUV47.43127.2159.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 56.44%
GREEN value IS 25 (10.16% from 255) = 15.34%
BLUE value IS 46 (18.36% from 255) = 28.22%
R=56.44%
G=15.34%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.50
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92254600.730.500.64341.1957.2622.94
Hex5C192E04932401553917
Octal13431560111621005257127
Binary10111001100110111001001001110010100000010101010111100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C192E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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