#5D011A

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

Shades of Pohutukawa #5D011A

Tints of Pohutukawa #5D011A

Color information

#5D011A (or 0x5D011A) is unknown color: approx Pohutukawa. HEX triplet: 5D, 01 and 1A. RGB value is (93,1,26). Sum of RGB (Red+Green+Blue) = 93+1+26=120 (15% of max value = 765). Red value is 93 (36.72% from 255 or 77.5% from 120); Green value is 1 (0.78% from 255 or 0.83% from 120); Blue value is 26 (10.55% from 255 or 21.67% from 120); Max value from RGB is 93 - color contains mainly: red. Hex color #5D011A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D011A is #A2FEE5. Grayscale: #1F1F1F. Windows color (decimal): -10682086 or 1704285. OLE color: 1704285.

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

Color convert

RGB93126-
CMYK00.990.720.64
HSL343.7º97.87%18.43%-
HSV(B)343.7º98.92%36.47%-
XYZ4.712.421.2-
YUV31.36124.98171.97-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 77.5%
GREEN value IS 1 (0.78% from 255) = 0.83%
BLUE value IS 26 (10.55% from 255) = 21.67%
R=77.5%
G=0.83%
B=21.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.72
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9312600.990.720.64343.797.8718.43
Hex5D11A06348401586212
Octal135132014311010053014222
Binary10111011110100110001110010001000000101011000110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D011A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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