#5D1A23

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

Shades of Pohutukawa #5D1A23

Tints of Pohutukawa #5D1A23

Color information

#5D1A23 (or 0x5D1A23) is unknown color: approx Pohutukawa. HEX triplet: 5D, 1A and 23. RGB value is (93,26,35). Sum of RGB (Red+Green+Blue) = 93+26+35=154 (20% of max value = 765). Red value is 93 (36.72% from 255 or 60.39% from 154); Green value is 26 (10.55% from 255 or 16.88% from 154); Blue value is 35 (14.06% from 255 or 22.73% from 154); Max value from RGB is 93 - color contains mainly: red. Hex color #5D1A23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D1A23 is #A2E5DC. Grayscale: #2F2F2F. Windows color (decimal): -10675677 or 2300509. OLE color: 2300509.

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

Color convert

RGB932635-
CMYK00.720.620.64
HSL351.94º56.3%23.33%-
HSV(B)351.94º72.04%36.47%-
XYZ5.193.191.93-
YUV47.06121.2160.77-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 60.39%
GREEN value IS 26 (10.55% from 255) = 16.88%
BLUE value IS 35 (14.06% from 255) = 22.73%
R=60.39%
G=16.88%
B=22.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.62
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93263500.720.620.64351.9456.323.33
Hex5D1A230483E401603817
Octal13532430110761005407027
Binary10111011101010001101001000111110100000010110000011100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D1A23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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