#5B101A

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

Shades of Pohutukawa #5B101A

Tints of Pohutukawa #5B101A

Color information

#5B101A (or 0x5B101A) is unknown color: approx Pohutukawa. HEX triplet: 5B, 10 and 1A. RGB value is (91,16,26). Sum of RGB (Red+Green+Blue) = 91+16+26=133 (17% of max value = 765). Red value is 91 (35.94% from 255 or 68.42% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 26 (10.55% from 255 or 19.55% from 133); Max value from RGB is 91 - color contains mainly: red. Hex color #5B101A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B101A is #A4EFE5. Grayscale: #272727. Windows color (decimal): -10809318 or 1708123. OLE color: 1708123.

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

Color convert

RGB911626-
CMYK00.820.710.64
HSL352º70.09%20.98%-
HSV(B)352º82.42%35.69%-
XYZ4.692.671.25-
YUV39.56120.35164.69-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 68.42%
GREEN value IS 16 (6.64% from 255) = 12.03%
BLUE value IS 26 (10.55% from 255) = 19.55%
R=68.42%
G=12.03%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.71
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91162600.820.710.6435270.0920.98
Hex5B101A05247401604615
Octal1332032012210710054010625
Binary101101110000110100101001010001111000000101100000100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B101A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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