Html Css Color HEX #5B142C Pohutukawa

📋 copy color: '#5B142C'

red 91 ◦ green 20 ◦ blue 44

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

Shades of Pohutukawa #5B142C

Tints of Pohutukawa #5B142C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 12.9%

 BLUE value IS 44 (17.58% from 255) = 28.39%

R = 58.71%
G = 12.9%
B = 28.39%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.52

 K value IS 0.64

RGB Variations

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

Color information

#5B142C (or 0x5B142C) is known color: Pohutukawa. HEX triplet: 5B, 14 and 2C. RGB value is (91,20,44). Sum of RGB (Red+Green+Blue) = 91+20+44=155 (20% of max value = 765). Red value is 91 (35.94% from 255 or 58.71% from 155); Green value is 20 (8.20% from 255 or 12.90% from 155); Blue value is 44 (17.58% from 255 or 28.39% from 155); Max value from RGB is 91 - color contains mainly: red. Hex color #5B142C is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B142C is #A4EBD3. Grayscale: #2B2B2B. Windows color (decimal): -10808276 or 2888795. OLE color: 2888795.

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

Color convert

RGB 91 20 44 -
CMYK 0 0.78 0.52 0.64
HSL 339.72º 0.64% 0.22% -
HSV(B) 339.72º 0.78% 0.36% -
XYZ 5.02 2.91 2.68 -
YUV 43.97 128.02 161.55 -
System Red Green Blue C M Y K H S L
Decimal 91 20 44 0 0.78 0.52 0.64 339.72 0.64 0.22
Hex 5B 14 2C 0 4E 34 40 154 40 16
Octal 133 24 54 0 116 64 100 524 100 26
Binary 1011011 10100 101100 0 1001110 110100 1000000 101010100 1000000 10110

Color Harmonies of #5B142C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B142C

Black with #5B142C

Text Example


Text Example

White with #5B142C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,20,44); }

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

background-color css

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

 a { background-color: rgb(91,20,44); }

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

border-color css

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

 span { border-color: rgb(91,20,44); }

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