#5B101D

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

Shades of Pohutukawa #5B101D

Tints of Pohutukawa #5B101D

Color information

#5B101D (or 0x5B101D) is unknown color: approx Pohutukawa. HEX triplet: 5B, 10 and 1D. RGB value is (91,16,29). Sum of RGB (Red+Green+Blue) = 91+16+29=136 (18% of max value = 765). Red value is 91 (35.94% from 255 or 66.91% from 136); Green value is 16 (6.64% from 255 or 11.76% from 136); Blue value is 29 (11.72% from 255 or 21.32% from 136); Max value from RGB is 91 - color contains mainly: red. Hex color #5B101D is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B101D is #A4EFE2. Grayscale: #272727. Windows color (decimal): -10809315 or 1904731. OLE color: 1904731.

HSL color Cylindrical-coordinate representation of color #5B101D: hue angle of 349.6º degrees, saturation: 0.7, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5B101D is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.64.

Color convert

RGB911629-
CMYK00.820.680.64
HSL349.6º70.09%20.98%-
HSV(B)349.6º82.42%35.69%-
XYZ4.722.681.43-
YUV39.91121.85164.44-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 66.91%
GREEN value IS 16 (6.64% from 255) = 11.76%
BLUE value IS 29 (11.72% from 255) = 21.32%
R=66.91%
G=11.76%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.68
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91162900.820.680.64349.670.0920.98
Hex5B101D052444015e4615
Octal1332035012210410053610625
Binary101101110000111010101001010001001000000101011110100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B101D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,16,29); }

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

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

 a { background-color: rgb(91,16,29); }

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

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

 span { border-color: rgb(91,16,29); }

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