#5F101B

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

Shades of Pohutukawa #5F101B

Tints of Pohutukawa #5F101B

Color information

#5F101B (or 0x5F101B) is unknown color: approx Pohutukawa. HEX triplet: 5F, 10 and 1B. RGB value is (95,16,27). Sum of RGB (Red+Green+Blue) = 95+16+27=138 (18% of max value = 765). Red value is 95 (37.5% from 255 or 68.84% from 138); Green value is 16 (6.64% from 255 or 11.59% from 138); Blue value is 27 (10.94% from 255 or 19.57% from 138); Max value from RGB is 95 - color contains mainly: red. Hex color #5F101B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5F101B is #A0EFE4. Grayscale: #282828. Windows color (decimal): -10547173 or 1773663. OLE color: 1773663.

HSL color Cylindrical-coordinate representation of color #5F101B: hue angle of 351.65º degrees, saturation: 0.71, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #5F101B is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB951627-
CMYK00.830.720.63
HSL351.65º71.17%21.76%-
HSV(B)351.65º83.16%37.25%-
XYZ5.12.881.32-
YUV40.88120.17166.61-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 68.84%
GREEN value IS 16 (6.64% from 255) = 11.59%
BLUE value IS 27 (10.94% from 255) = 19.57%
R=68.84%
G=11.59%
B=19.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.72
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal95162700.830.720.63351.6571.1721.76
Hex5F101B053483F1604716
Octal137203301231107754010726
Binary10111111000011011010100111001000111111101100000100011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F101B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,16,27); }

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

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

 a { background-color: rgb(95,16,27); }

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

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

 span { border-color: rgb(95,16,27); }

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