Html Css Color HEX #5B142E Pohutukawa

📋 copy color: '#5B142E'

red 91 ◦ green 20 ◦ blue 46

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

Shades of Pohutukawa #5B142E

Tints of Pohutukawa #5B142E

RGB

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

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

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

R = 57.96%
G = 12.74%
B = 29.3%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.49

 K value IS 0.64

RGB Variations

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

Color information

#5B142E (or 0x5B142E) is known color: Pohutukawa. HEX triplet: 5B, 14 and 2E. RGB value is (91,20,46). Sum of RGB (Red+Green+Blue) = 91+20+46=157 (20% of max value = 765). Red value is 91 (35.94% from 255 or 57.96% from 157); Green value is 20 (8.20% from 255 or 12.74% from 157); Blue value is 46 (18.36% from 255 or 29.30% from 157); Max value from RGB is 91 - color contains mainly: red. Hex color #5B142E is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5B142E is #A4EBD1. Grayscale: #2C2C2C. Windows color (decimal): -10808274 or 3019867. OLE color: 3019867.

HSL color Cylindrical-coordinate representation of color #5B142E: hue angle of 338.03º 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 #5B142E is Cyan = 0, Magento = 0.78, Yellow = 0.49 and Black (K on CMYK) = 0.64.

Color convert

RGB 91 20 46 -
CMYK 0 0.78 0.49 0.64
HSL 338.03º 0.64% 0.22% -
HSV(B) 338.03º 0.78% 0.36% -
XYZ 5.06 2.92 2.88 -
YUV 44.19 129.02 161.39 -
System Red Green Blue C M Y K H S L
Decimal 91 20 46 0 0.78 0.49 0.64 338.03 0.64 0.22
Hex 5B 14 2E 0 4E 31 40 152 40 16
Octal 133 24 56 0 116 61 100 522 100 26
Binary 1011011 10100 101110 0 1001110 110001 1000000 101010010 1000000 10110

Color Harmonies of #5B142E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B142E

Black with #5B142E

Text Example


Text Example

White with #5B142E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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