#5B102A

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

Shades of Pohutukawa #5B102A

Tints of Pohutukawa #5B102A

Color information

#5B102A (or 0x5B102A) is unknown color: approx Pohutukawa. HEX triplet: 5B, 10 and 2A. RGB value is (91,16,42). Sum of RGB (Red+Green+Blue) = 91+16+42=149 (19% of max value = 765). Red value is 91 (35.94% from 255 or 61.07% from 149); Green value is 16 (6.64% from 255 or 10.74% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 91 - color contains mainly: red. Hex color #5B102A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B102A is #A4EFD5. Grayscale: #292929. Windows color (decimal): -10809302 or 2756699. OLE color: 2756699.

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

Color convert

RGB911642-
CMYK00.820.540.64
HSL339.2º70.09%20.98%-
HSV(B)339.2º82.42%35.69%-
XYZ4.922.762.46-
YUV41.39128.35163.39-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 61.07%
GREEN value IS 16 (6.64% from 255) = 10.74%
BLUE value IS 42 (16.80% from 255) = 28.19%
R=61.07%
G=10.74%
B=28.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.54
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal91164200.820.540.64339.270.0920.98
Hex5B102A05236401534615
Octal133205201226610052310625
Binary101101110000101010010100101101101000000101010011100011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B102A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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