#5D1C2E

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

Shades of Pohutukawa #5D1C2E

Tints of Pohutukawa #5D1C2E

Color information

#5D1C2E (or 0x5D1C2E) is unknown color: approx Pohutukawa. HEX triplet: 5D, 1C and 2E. RGB value is (93,28,46). Sum of RGB (Red+Green+Blue) = 93+28+46=167 (22% of max value = 765). Red value is 93 (36.72% from 255 or 55.69% from 167); Green value is 28 (11.33% from 255 or 16.77% from 167); Blue value is 46 (18.36% from 255 or 27.54% from 167); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1C2E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1C2E is #A2E3D1. Grayscale: #313131. Windows color (decimal): -10675154 or 3021917. OLE color: 3021917.

HSL color Cylindrical-coordinate representation of color #5D1C2E: hue angle of 343.38º degrees, saturation: 0.54, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #5D1C2E is Cyan = 0, Magento = 0.70, Yellow = 0.51 and Black (K on CMYK) = 0.64.

Color convert

RGB932846-
CMYK00.700.510.64
HSL343.38º53.72%23.73%-
HSV(B)343.38º69.89%36.47%-
XYZ5.423.352.95-
YUV49.49126.03159.04-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 55.69%
GREEN value IS 28 (11.33% from 255) = 16.77%
BLUE value IS 46 (18.36% from 255) = 27.54%
R=55.69%
G=16.77%
B=27.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.51
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93284600.700.510.64343.3853.7223.73
Hex5D1C2E04633401573618
Octal13534560106631005276630
Binary10111011110010111001000110110011100000010101011111011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,28,46); }

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

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

 a { background-color: rgb(93,28,46); }

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

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

 span { border-color: rgb(93,28,46); }

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