Html Css Color HEX #5B152E Pohutukawa

📋 copy color: '#5B152E'

red 91 ◦ green 21 ◦ blue 46

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

Shades of Pohutukawa #5B152E

Tints of Pohutukawa #5B152E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 13.29%

 BLUE value IS 46 (18.36% from 255) = 29.11%

R = 57.59%
G = 13.29%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5B152E (or 0x5B152E) is known color: Pohutukawa. HEX triplet: 5B, 15 and 2E. RGB value is (91,21,46). Sum of RGB (Red+Green+Blue) = 91+21+46=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 21 (8.59% from 255 or 13.29% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B152E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B152E is #A4EAD1. Grayscale: #2C2C2C. Windows color (decimal): -10808018 or 3020123. OLE color: 3020123.

HSL color Cylindrical-coordinate representation of color #5B152E: hue angle of 338.57º degrees, saturation: 0.62, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #5B152E is Cyan = 0, Magento = 0.77, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 21 46 -
CMYK 0 0.77 0.49 0.64
HSL 338.57º 0.63% 0.22% -
HSV(B) 338.57º 0.77% 0.36% -
XYZ 5.08 2.96 2.89 -
YUV 44.78 128.69 160.97 -
System Red Green Blue C M Y K H S L
Decimal 91 21 46 0 0.77 0.49 0.64 338.57 0.63 0.22
Hex 5B 15 2E 0 4D 31 40 153 3E 16
Octal 133 25 56 0 115 61 100 523 76 26
Binary 1011011 10101 101110 0 1001101 110001 1000000 101010011 111110 10110

Color Harmonies of #5B152E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B152E

Black with #5B152E

Text Example


Text Example

White with #5B152E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,21,46); }

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

background-color css

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

 a { background-color: rgb(91,21,46); }

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

border-color css

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

 span { border-color: rgb(91,21,46); }

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