Html Css Color HEX #5E141B Pohutukawa

📋 copy color: '#5E141B'

red 94 ◦ green 20 ◦ blue 27

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

Shades of Pohutukawa #5E141B

Tints of Pohutukawa #5E141B

RGB

 RED value IS 94 (37.11% from 255) = 66.67%

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

 BLUE value IS 27 (10.94% from 255) = 19.15%

R = 66.67%
G = 14.18%
B = 19.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.71

 K value IS 0.63

RGB Variations

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

Color information

#5E141B (or 0x5E141B) is known color: Pohutukawa. HEX triplet: 5E, 14 and 1B. RGB value is (94,20,27). Sum of RGB (Red+Green+Blue) = 94+20+27=141 (18% of max value = 765). Red value is 94 (37.11% from 255 or 66.67% from 141); Green value is 20 (8.20% from 255 or 14.18% from 141); Blue value is 27 (10.94% from 255 or 19.15% from 141); Max value from RGB is 94 - color contains mainly: red. Hex color #5E141B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E141B is #A1EBE4. Grayscale: #2A2A2A. Windows color (decimal): -10611685 or 1774686. OLE color: 1774686.

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

Color convert

RGB 94 20 27 -
CMYK 0 0.79 0.71 0.63
HSL 354.32º 0.65% 0.22% -
HSV(B) 354.32º 0.79% 0.37% -
XYZ 5.06 2.96 1.34 -
YUV 42.92 119.02 164.43 -
System Red Green Blue C M Y K H S L
Decimal 94 20 27 0 0.79 0.71 0.63 354.32 0.65 0.22
Hex 5E 14 1B 0 4F 47 3F 162 41 16
Octal 136 24 33 0 117 107 77 542 101 26
Binary 1011110 10100 11011 0 1001111 1000111 111111 101100010 1000001 10110

Color Harmonies of #5E141B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E141B

Black with #5E141B

Text Example


Text Example

White with #5E141B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,20,27); }

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

background-color css

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

 a { background-color: rgb(94,20,27); }

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

border-color css

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

 span { border-color: rgb(94,20,27); }

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