#5D131F

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

Shades of Pohutukawa #5D131F

Tints of Pohutukawa #5D131F

Color information

#5D131F (or 0x5D131F) is unknown color: approx Pohutukawa. HEX triplet: 5D, 13 and 1F. RGB value is (93,19,31). Sum of RGB (Red+Green+Blue) = 93+19+31=143 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.03% from 143); Green value is 19 (7.81% from 255 or 13.29% from 143); Blue value is 31 (12.5% from 255 or 21.68% from 143); Max value from RGB is 93 - color contains mainly: red. Hex color #5D131F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D131F is #A2ECE0. Grayscale: #2A2A2A. Windows color (decimal): -10677473 or 2036573. OLE color: 2036573.

HSL color Cylindrical-coordinate representation of color #5D131F: hue angle of 350.27º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5D131F is Cyan = 0, Magento = 0.80, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB931931-
CMYK00.800.670.64
HSL350.27º66.07%21.96%-
HSV(B)350.27º79.57%36.47%-
XYZ4.992.891.59-
YUV42.49121.52164.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 65.03%
GREEN value IS 19 (7.81% from 255) = 13.29%
BLUE value IS 31 (12.5% from 255) = 21.68%
R=65.03%
G=13.29%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93193100.800.670.64350.2766.0721.96
Hex5D131F050434015e4216
Octal1352337012010310053610226
Binary101110110011111110101000010000111000000101011110100001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D131F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,19,31); }

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

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

 a { background-color: rgb(93,19,31); }

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

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

 span { border-color: rgb(93,19,31); }

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