Html Css Color HEX #5B0B21 Pohutukawa

📋 copy color: '#5B0B21'

red 91 ◦ green 11 ◦ blue 33

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

Shades of Pohutukawa #5B0B21

Tints of Pohutukawa #5B0B21

RGB

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

 GREEN value IS 11 (4.69% from 255) = 8.15%

 BLUE value IS 33 (13.28% from 255) = 24.44%

R = 67.41%
G = 8.15%
B = 24.44%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.64

 K value IS 0.64

RGB Variations

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

Color information

#5B0B21 (or 0x5B0B21) is known color: Pohutukawa. HEX triplet: 5B, 0B and 21. RGB value is (91,11,33). Sum of RGB (Red+Green+Blue) = 91+11+33=135 (17% of max value = 765). Red value is 91 (35.94% from 255 or 67.41% from 135); Green value is 11 (4.69% from 255 or 8.15% from 135); Blue value is 33 (13.28% from 255 or 24.44% from 135); Max value from RGB is 91 - color contains mainly: red. Hex color #5B0B21 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B0B21 is #A4F4DE. Grayscale: #252525. Windows color (decimal): -10810591 or 2165595. OLE color: 2165595.

HSL color Cylindrical-coordinate representation of color #5B0B21: hue angle of 343.5º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B0B21 is Cyan = 0, Magento = 0.88, Yellow = 0.64 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 11 33 -
CMYK 0 0.88 0.64 0.64
HSL 343.5º 0.78% 0.2% -
HSV(B) 343.5º 0.88% 0.36% -
XYZ 4.71 2.57 1.69 -
YUV 37.43 125.5 166.21 -
System Red Green Blue C M Y K H S L
Decimal 91 11 33 0 0.88 0.64 0.64 343.5 0.78 0.2
Hex 5B B 21 0 58 40 40 158 4E 14
Octal 133 13 41 0 130 100 100 530 116 24
Binary 1011011 1011 100001 0 1011000 1000000 1000000 101011000 1001110 10100

Color Harmonies of #5B0B21

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0B21

Black with #5B0B21

Text Example


Text Example

White with #5B0B21

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,11,33); }

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

background-color css

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

 a { background-color: rgb(91,11,33); }

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

border-color css

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

 span { border-color: rgb(91,11,33); }

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