Html Css Color HEX #5B132B Pohutukawa

📋 copy color: '#5B132B'

red 91 ◦ green 19 ◦ blue 43

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

Shades of Pohutukawa #5B132B

Tints of Pohutukawa #5B132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.42%

 BLUE value IS 43 (17.19% from 255) = 28.1%

R = 59.48%
G = 12.42%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.53

 K value IS 0.64

RGB Variations

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

Color information

#5B132B (or 0x5B132B) is known color: Pohutukawa. HEX triplet: 5B, 13 and 2B. RGB value is (91,19,43). Sum of RGB (Red+Green+Blue) = 91+19+43=153 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.48% from 153); Green value is 19 (7.81% from 255 or 12.42% from 153); Blue value is 43 (17.19% from 255 or 28.10% from 153); Max value from RGB is 91 - color contains mainly: red. Hex color #5B132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B132B is #A4ECD4. Grayscale: #2B2B2B. Windows color (decimal): -10808533 or 2823003. OLE color: 2823003.

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

Color convert

RGB 91 19 43 -
CMYK 0 0.79 0.53 0.64
HSL 340º 0.65% 0.22% -
HSV(B) 340º 0.79% 0.36% -
XYZ 4.98 2.86 2.58 -
YUV 43.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 91 19 43 0 0.79 0.53 0.64 340 0.65 0.22
Hex 5B 13 2B 0 4F 35 40 154 41 16
Octal 133 23 53 0 117 65 100 524 101 26
Binary 1011011 10011 101011 0 1001111 110101 1000000 101010100 1000001 10110

Color Harmonies of #5B132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B132B

Black with #5B132B

Text Example


Text Example

White with #5B132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,19,43); }

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

background-color css

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

 a { background-color: rgb(91,19,43); }

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

border-color css

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

 span { border-color: rgb(91,19,43); }

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