#5D1A2C

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

Shades of Pohutukawa #5D1A2C

Tints of Pohutukawa #5D1A2C

Color information

#5D1A2C (or 0x5D1A2C) is unknown color: approx Pohutukawa. HEX triplet: 5D, 1A and 2C. RGB value is (93,26,44). Sum of RGB (Red+Green+Blue) = 93+26+44=163 (21% of max value = 765). Red value is 93 (36.72% from 255 or 57.06% from 163); Green value is 26 (10.55% from 255 or 15.95% from 163); Blue value is 44 (17.58% from 255 or 26.99% from 163); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A2C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1A2C is #A2E5D3. Grayscale: #303030. Windows color (decimal): -10675668 or 2890333. OLE color: 2890333.

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

Color convert

RGB932644-
CMYK00.720.530.64
HSL343.88º56.3%23.33%-
HSV(B)343.88º72.04%36.47%-
XYZ5.343.252.73-
YUV48.08125.7160.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 57.06%
GREEN value IS 26 (10.55% from 255) = 15.95%
BLUE value IS 44 (17.58% from 255) = 26.99%
R=57.06%
G=15.95%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93264400.720.530.64343.8856.323.33
Hex5D1A2C04835401583817
Octal13532540110651005307027
Binary10111011101010110001001000110101100000010101100011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1A2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,26,44); }

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

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

 a { background-color: rgb(93,26,44); }

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

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

 span { border-color: rgb(93,26,44); }

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