#5D121F

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

Shades of Pohutukawa #5D121F

Tints of Pohutukawa #5D121F

Color information

#5D121F (or 0x5D121F) is unknown color: approx Pohutukawa. HEX triplet: 5D, 12 and 1F. RGB value is (93,18,31). Sum of RGB (Red+Green+Blue) = 93+18+31=142 (18% of max value = 765). Red value is 93 (36.72% from 255 or 65.49% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 31 (12.5% from 255 or 21.83% from 142); Max value from RGB is 93 - color contains mainly: red. Hex color #5D121F is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D121F is #A2EDE0. Grayscale: #292929. Windows color (decimal): -10677729 or 2036317. OLE color: 2036317.

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

Color convert

RGB931831-
CMYK00.810.670.64
HSL349.6º67.57%21.76%-
HSV(B)349.6º80.65%36.47%-
XYZ4.982.861.59-
YUV41.91121.85164.44-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 65.49%
GREEN value IS 18 (7.42% from 255) = 12.68%
BLUE value IS 31 (12.5% from 255) = 21.83%
R=65.49%
G=12.68%
B=21.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93183100.810.670.64349.667.5721.76
Hex5D121F051434015e4416
Octal1352237012110310053610426
Binary101110110010111110101000110000111000000101011110100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D121F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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