Html Css Color HEX #5B192A Pohutukawa

📋 copy color: '#5B192A'

red 91 ◦ green 25 ◦ blue 42

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

Shades of Pohutukawa #5B192A

Tints of Pohutukawa #5B192A

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.82%

 BLUE value IS 42 (16.8% from 255) = 26.58%

R = 57.59%
G = 15.82%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.54

 K value IS 0.64

RGB Variations

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

Color information

#5B192A (or 0x5B192A) is known color: Pohutukawa. HEX triplet: 5B, 19 and 2A. RGB value is (91,25,42). Sum of RGB (Red+Green+Blue) = 91+25+42=158 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.59% from 158); Green value is 25 (10.16% from 255 or 15.82% from 158); Blue value is 42 (16.80% from 255 or 26.58% from 158); Max value from RGB is 91 - color contains mainly: red. Hex color #5B192A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B192A is #A4E6D5. Grayscale: #2E2E2E. Windows color (decimal): -10806998 or 2759003. OLE color: 2759003.

HSL color Cylindrical-coordinate representation of color #5B192A: hue angle of 344.55º degrees, saturation: 0.57, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #5B192A is Cyan = 0, Magento = 0.73, Yellow = 0.54 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 25 42 -
CMYK 0 0.73 0.54 0.64
HSL 344.55º 0.57% 0.23% -
HSV(B) 344.55º 0.73% 0.36% -
XYZ 5.08 3.09 2.52 -
YUV 46.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 91 25 42 0 0.73 0.54 0.64 344.55 0.57 0.23
Hex 5B 19 2A 0 49 36 40 159 39 17
Octal 133 31 52 0 111 66 100 531 71 27
Binary 1011011 11001 101010 0 1001001 110110 1000000 101011001 111001 10111

Color Harmonies of #5B192A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B192A

Black with #5B192A

Text Example


Text Example

White with #5B192A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,25,42); }

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

background-color css

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

 a { background-color: rgb(91,25,42); }

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

border-color css

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

 span { border-color: rgb(91,25,42); }

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