Html Css Color HEX #5B081B Pohutukawa

📋 copy color: '#5B081B'

red 91 ◦ green 8 ◦ blue 27

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

Shades of Pohutukawa #5B081B

Tints of Pohutukawa #5B081B

RGB

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

 GREEN value IS 8 (3.52% from 255) = 6.35%

 BLUE value IS 27 (10.94% from 255) = 21.43%

R = 72.22%
G = 6.35%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.70

 K value IS 0.64

RGB Variations

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

Color information

#5B081B (or 0x5B081B) is known color: Pohutukawa. HEX triplet: 5B, 08 and 1B. RGB value is (91,8,27). Sum of RGB (Red+Green+Blue) = 91+8+27=126 (16% of max value = 765). Red value is 91 (35.94% from 255 or 72.22% from 126); Green value is 8 (3.52% from 255 or 6.35% from 126); Blue value is 27 (10.94% from 255 or 21.43% from 126); Max value from RGB is 91 - color contains mainly: red. Hex color #5B081B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B081B is #A4F7E4. Grayscale: #222222. Windows color (decimal): -10811365 or 1771611. OLE color: 1771611.

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

Color convert

RGB 91 8 27 -
CMYK 0 0.91 0.70 0.64
HSL 346.27º 0.84% 0.19% -
HSV(B) 346.27º 0.91% 0.36% -
XYZ 4.6 2.48 1.27 -
YUV 34.98 123.5 167.96 -
System Red Green Blue C M Y K H S L
Decimal 91 8 27 0 0.91 0.70 0.64 346.27 0.84 0.19
Hex 5B 8 1B 0 5B 46 40 15A 54 13
Octal 133 10 33 0 133 106 100 532 124 23
Binary 1011011 1000 11011 0 1011011 1000110 1000000 101011010 1010100 10011

Color Harmonies of #5B081B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B081B

Black with #5B081B

Text Example


Text Example

White with #5B081B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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