#5D0D1D

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

Shades of Pohutukawa #5D0D1D

Tints of Pohutukawa #5D0D1D

Color information

#5D0D1D (or 0x5D0D1D) is unknown color: approx Pohutukawa. HEX triplet: 5D, 0D and 1D. RGB value is (93,13,29). Sum of RGB (Red+Green+Blue) = 93+13+29=135 (17% of max value = 765). Red value is 93 (36.72% from 255 or 68.89% from 135); Green value is 13 (5.47% from 255 or 9.63% from 135); Blue value is 29 (11.72% from 255 or 21.48% from 135); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0D1D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5D0D1D is #A2F2E2. Grayscale: #262626. Windows color (decimal): -10679011 or 1903965. OLE color: 1903965.

HSL color Cylindrical-coordinate representation of color #5D0D1D: hue angle of 348º degrees, saturation: 0.75, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #5D0D1D is Cyan = 0, Magento = 0.86, Yellow = 0.69 and Black (K on CMYK) = 0.64.

Color convert

RGB931329-
CMYK00.860.690.64
HSL348º75.47%20.78%-
HSV(B)348º86.02%36.47%-
XYZ4.882.71.43-
YUV38.74122.5166.7-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 68.89%
GREEN value IS 13 (5.47% from 255) = 9.63%
BLUE value IS 29 (11.72% from 255) = 21.48%
R=68.89%
G=9.63%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.69
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93132900.860.690.6434875.4720.78
Hex5DD1D056454015c4b15
Octal1351535012610510053411325
Binary10111011101111010101011010001011000000101011100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0D1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,13,29); }

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

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

 a { background-color: rgb(93,13,29); }

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

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

 span { border-color: rgb(93,13,29); }

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