#5C182D

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

Shades of Pohutukawa #5C182D

Tints of Pohutukawa #5C182D

Color information

#5C182D (or 0x5C182D) is unknown color: approx Pohutukawa. HEX triplet: 5C, 18 and 2D. RGB value is (92,24,45). Sum of RGB (Red+Green+Blue) = 92+24+45=161 (21% of max value = 765). Red value is 92 (36.33% from 255 or 57.14% from 161); Green value is 24 (9.77% from 255 or 14.91% from 161); Blue value is 45 (17.97% from 255 or 27.95% from 161); Max value from RGB is 92 - color contains mainly: red. Hex color #5C182D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C182D is #A3E7D2. Grayscale: #2E2E2E. Windows color (decimal): -10741715 or 2955356. OLE color: 2955356.

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

Color convert

RGB922445-
CMYK00.740.510.64
HSL341.47º58.62%22.75%-
HSV(B)341.47º73.91%36.08%-
XYZ5.213.122.81-
YUV46.73127.03160.29-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 57.14%
GREEN value IS 24 (9.77% from 255) = 14.91%
BLUE value IS 45 (17.97% from 255) = 27.95%
R=57.14%
G=14.91%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92244500.740.510.64341.4758.6222.75
Hex5C182D04A33401553b17
Octal13430550112631005257327
Binary10111001100010110101001010110011100000010101010111101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C182D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,24,45); }

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

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

 a { background-color: rgb(92,24,45); }

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

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

 span { border-color: rgb(92,24,45); }

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