#5B0827

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

Shades of Pohutukawa #5B0827

Tints of Pohutukawa #5B0827

Color information

#5B0827 (or 0x5B0827) is unknown color: approx Pohutukawa. HEX triplet: 5B, 08 and 27. RGB value is (91,8,39). Sum of RGB (Red+Green+Blue) = 91+8+39=138 (18% of max value = 765). Red value is 91 (35.94% from 255 or 65.94% from 138); Green value is 8 (3.52% from 255 or 5.80% from 138); Blue value is 39 (15.62% from 255 or 28.26% from 138); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0827 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0827 is #A4F7D8. Grayscale: #242424. Windows color (decimal): -10811353 or 2558043. OLE color: 2558043.

HSL color Cylindrical-coordinate representation of color #5B0827: hue angle of 337.59º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5B0827 is Cyan = 0, Magento = 0.91, Yellow = 0.57 and Black (K on CMYK) = 0.64.

Color convert

RGB91839-
CMYK00.910.570.64
HSL337.59º83.84%19.41%-
HSV(B)337.59º91.21%35.69%-
XYZ4.772.542.16-
YUV36.35129.5166.98-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 65.94%
GREEN value IS 8 (3.52% from 255) = 5.80%
BLUE value IS 39 (15.62% from 255) = 28.26%
R=65.94%
G=5.80%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.57
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal9183900.910.570.64337.5983.8419.41
Hex5B82705B39401525413
Octal133104701337110052212423
Binary10110111000100111010110111110011000000101010010101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B0827

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,8,39); }

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

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

 a { background-color: rgb(91,8,39); }

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

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

 span { border-color: rgb(91,8,39); }

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