#5F0623

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

Shades of Pohutukawa #5F0623

Tints of Pohutukawa #5F0623

Color information

#5F0623 (or 0x5F0623) is unknown color: approx Pohutukawa. HEX triplet: 5F, 06 and 23. RGB value is (95,6,35). Sum of RGB (Red+Green+Blue) = 95+6+35=136 (18% of max value = 765). Red value is 95 (37.5% from 255 or 69.85% from 136); Green value is 6 (2.73% from 255 or 4.41% from 136); Blue value is 35 (14.06% from 255 or 25.74% from 136); Max value from RGB is 95 - color contains mainly: red. Hex color #5F0623 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F0623 is #A0F9DC. Grayscale: #232323. Windows color (decimal): -10549725 or 2295391. OLE color: 2295391.

HSL color Cylindrical-coordinate representation of color #5F0623: hue angle of 340.45º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5F0623 is Cyan = 0, Magento = 0.94, Yellow = 0.63 and Black (K on CMYK) = 0.63.

Color convert

RGB95635-
CMYK00.940.630.63
HSL340.45º88.12%19.8%-
HSV(B)340.45º93.68%37.25%-
XYZ5.092.681.84-
YUV35.92127.49170.14-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 69.85%
GREEN value IS 6 (2.73% from 255) = 4.41%
BLUE value IS 35 (14.06% from 255) = 25.74%
R=69.85%
G=4.41%
B=25.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.63
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal9563500.940.630.63340.4588.1219.8
Hex5F62305E3F3F1545814
Octal1376430136777752413024
Binary101111111010001101011110111111111111101010100101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F0623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,6,35); }

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

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

 a { background-color: rgb(95,6,35); }

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

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

 span { border-color: rgb(95,6,35); }

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