#5D0306

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

Shades of Pohutukawa #5D0306

Tints of Pohutukawa #5D0306

Color information

#5D0306 (or 0x5D0306) is unknown color: approx Pohutukawa. HEX triplet: 5D, 03 and 06. RGB value is (93,3,6). Sum of RGB (Red+Green+Blue) = 93+3+6=102 (13% of max value = 765). Red value is 93 (36.72% from 255 or 91.18% from 102); Green value is 3 (1.56% from 255 or 2.94% from 102); Blue value is 6 (2.73% from 255 or 5.88% from 102); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0306 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0306 is #A2FCF9. Grayscale: #1E1E1E. Windows color (decimal): -10681594 or 394077. OLE color: 394077.

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

Color convert

RGB9336-
CMYK00.970.940.64
HSL358º93.75%18.82%-
HSV(B)358º96.77%36.47%-
XYZ4.582.410.4-
YUV30.25114.32172.76-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 91.18%
GREEN value IS 3 (1.56% from 255) = 2.94%
BLUE value IS 6 (2.73% from 255) = 5.88%
R=91.18%
G=2.94%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.94
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal933600.970.940.6435893.7518.82
Hex5D360615E401665e13
Octal13536014113610054613623
Binary1011101111100110000110111101000000101100110101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,3,6); }

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

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

 a { background-color: rgb(93,3,6); }

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

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

 span { border-color: rgb(93,3,6); }

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