#5C091E

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

Shades of Pohutukawa #5C091E

Tints of Pohutukawa #5C091E

Color information

#5C091E (or 0x5C091E) is unknown color: approx Pohutukawa. HEX triplet: 5C, 09 and 1E. RGB value is (92,9,30). Sum of RGB (Red+Green+Blue) = 92+9+30=131 (17% of max value = 765). Red value is 92 (36.33% from 255 or 70.23% from 131); Green value is 9 (3.91% from 255 or 6.87% from 131); Blue value is 30 (12.11% from 255 or 22.90% from 131); Max value from RGB is 92 - color contains mainly: red. Hex color #5C091E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5C091E is #A3F6E1. Grayscale: #242424. Windows color (decimal): -10745570 or 1968476. OLE color: 1968476.

HSL color Cylindrical-coordinate representation of color #5C091E: hue angle of 344.82º 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 #5C091E is Cyan = 0, Magento = 0.90, Yellow = 0.67 and Black (K on CMYK) = 0.64.

Color convert

RGB92930-
CMYK00.900.670.64
HSL344.82º82.18%19.8%-
HSV(B)344.82º90.22%36.08%-
XYZ4.752.561.47-
YUV36.21124.5167.79-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 70.23%
GREEN value IS 9 (3.91% from 255) = 6.87%
BLUE value IS 30 (12.11% from 255) = 22.90%
R=70.23%
G=6.87%
B=22.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.67
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9293000.900.670.64344.8282.1819.8
Hex5C91E05A43401595214
Octal1341136013210310053112224
Binary10111001001111100101101010000111000000101011001101001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C091E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,9,30); }

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

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

 a { background-color: rgb(92,9,30); }

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

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

 span { border-color: rgb(92,9,30); }

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