#5D0005

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

Shades of Pohutukawa #5D0005

Tints of Pohutukawa #5D0005

Color information

#5D0005 (or 0x5D0005) is unknown color: approx Pohutukawa. HEX triplet: 5D, 00 and 05. RGB value is (93,0,5). Sum of RGB (Red+Green+Blue) = 93+0+5=98 (12% of max value = 765). Red value is 93 (36.72% from 255 or 94.90% from 98); Green value is 0 (0.39% from 255 or 0% from 98); Blue value is 5 (2.34% from 255 or 5.10% from 98); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0005 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0005 is #A2FFFA. Grayscale: #1C1C1C. Windows color (decimal): -10682363 or 327773. OLE color: 327773.

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

Color convert

RGB9305-
CMYK010.950.64
HSL356.77º100%18.24%-
HSV(B)356.77º100%36.47%-
XYZ4.542.340.36-
YUV28.38114.81174.09-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 94.90%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 5 (2.34% from 255) = 5.10%
R=94.90%
G=0%
B=5.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.95
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9305010.950.64356.7710018.24
Hex5D050645F401656412
Octal13505014413710054514422
Binary101110101010110010010111111000000101100101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0005

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,0,5); }

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

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

 a { background-color: rgb(93,0,5); }

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

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

 span { border-color: rgb(93,0,5); }

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