#5D142C

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

Shades of Pohutukawa #5D142C

Tints of Pohutukawa #5D142C

Color information

#5D142C (or 0x5D142C) is unknown color: approx Pohutukawa. HEX triplet: 5D, 14 and 2C. RGB value is (93,20,44). Sum of RGB (Red+Green+Blue) = 93+20+44=157 (20% of max value = 765). Red value is 93 (36.72% from 255 or 59.24% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 44 (17.58% from 255 or 28.03% from 157); Max value from RGB is 93 - color contains mainly: red. Hex color #5D142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D142C is #A2EBD3. Grayscale: #2C2C2C. Windows color (decimal): -10677204 or 2888797. OLE color: 2888797.

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

Color convert

RGB932044-
CMYK00.780.530.64
HSL340.27º64.6%22.16%-
HSV(B)340.27º78.49%36.47%-
XYZ5.223.012.69-
YUV44.56127.68162.55-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 59.24%
GREEN value IS 20 (8.20% from 255) = 12.74%
BLUE value IS 44 (17.58% from 255) = 28.03%
R=59.24%
G=12.74%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.53
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93204400.780.530.64340.2764.622.16
Hex5D142C04E35401544116
Octal135245401166510052410126
Binary101110110100101100010011101101011000000101010100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D142C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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