Html Css Color HEX #5B0511 Pohutukawa

📋 copy color: '#5B0511'

red 91 ◦ green 5 ◦ blue 17

#5B0511
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pohutukawa #5B0511

Tints of Pohutukawa #5B0511

RGB

 RED value IS 91 (35.94% from 255) = 80.53%

 GREEN value IS 5 (2.34% from 255) = 4.42%

 BLUE value IS 17 (7.03% from 255) = 15.04%

R = 80.53%
G = 4.42%
B = 15.04%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.81

 K value IS 0.64

RGB Variations

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

Color information

#5B0511 (or 0x5B0511) is known color: Pohutukawa. HEX triplet: 5B, 05 and 11. RGB value is (91,5,17). Sum of RGB (Red+Green+Blue) = 91+5+17=113 (14% of max value = 765). Red value is 91 (35.94% from 255 or 80.53% from 113); Green value is 5 (2.34% from 255 or 4.42% from 113); Blue value is 17 (7.03% from 255 or 15.04% from 113); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0511 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5B0511 is #A4FAEE. Grayscale: #202020. Windows color (decimal): -10812143 or 1115483. OLE color: 1115483.

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

Color convert

RGB 91 5 17 -
CMYK 0 0.95 0.81 0.64
HSL 351.63º 0.9% 0.19% -
HSV(B) 351.63º 0.95% 0.36% -
XYZ 4.47 2.37 0.75 -
YUV 32.08 119.49 170.02 -
System Red Green Blue C M Y K H S L
Decimal 91 5 17 0 0.95 0.81 0.64 351.63 0.9 0.19
Hex 5B 5 11 0 5F 51 40 160 5A 13
Octal 133 5 21 0 137 121 100 540 132 23
Binary 1011011 101 10001 0 1011111 1010001 1000000 101100000 1011010 10011

Color Harmonies of #5B0511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0511

Black with #5B0511

Text Example


Text Example

White with #5B0511

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,5,17); }

 H1.HeaderClassName
 {
   color: #5B0511;
 }
 .AnyTagClassName
 {
   color: #5B0511;
 }
</style>

background-color css

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

 a { background-color: rgb(91,5,17); }

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

border-color css

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

 span { border-color: rgb(91,5,17); }

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