#5D0915

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

Shades of Pohutukawa #5D0915

Tints of Pohutukawa #5D0915

Color information

#5D0915 (or 0x5D0915) is unknown color: approx Pohutukawa. HEX triplet: 5D, 09 and 15. RGB value is (93,9,21). Sum of RGB (Red+Green+Blue) = 93+9+21=123 (16% of max value = 765). Red value is 93 (36.72% from 255 or 75.61% from 123); Green value is 9 (3.91% from 255 or 7.32% from 123); Blue value is 21 (8.59% from 255 or 17.07% from 123); Max value from RGB is 93 - color contains mainly: red. Hex color #5D0915 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5D0915 is #A2F6EA. Grayscale: #232323. Windows color (decimal): -10680043 or 1378653. OLE color: 1378653.

HSL color Cylindrical-coordinate representation of color #5D0915: hue angle of 351.43º degrees, saturation: 0.82, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5D0915 is Cyan = 0, Magento = 0.90, Yellow = 0.77 and Black (K on CMYK) = 0.64.

Color convert

RGB93921-
CMYK00.900.770.64
HSL351.43º82.35%20%-
HSV(B)351.43º90.32%36.47%-
XYZ4.752.580.96-
YUV35.48119.83169.02-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 75.61%
GREEN value IS 9 (3.91% from 255) = 7.32%
BLUE value IS 21 (8.59% from 255) = 17.07%
R=75.61%
G=7.32%
B=17.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.77
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9392100.900.770.64351.4382.3520
Hex5D91505A4D4015f5214
Octal1351125013211510053712224
Binary10111011001101010101101010011011000000101011111101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D0915

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,9,21); }

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

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

 a { background-color: rgb(93,9,21); }

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

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

 span { border-color: rgb(93,9,21); }

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