Html Css Color HEX #5E141A Pohutukawa

📋 copy color: '#5E141A'

red 94 ◦ green 20 ◦ blue 26

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

Shades of Pohutukawa #5E141A

Tints of Pohutukawa #5E141A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 18.57%

R = 67.14%
G = 14.29%
B = 18.57%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.72

 K value IS 0.63

RGB Variations

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

Color information

#5E141A (or 0x5E141A) is known color: Pohutukawa. HEX triplet: 5E, 14 and 1A. RGB value is (94,20,26). Sum of RGB (Red+Green+Blue) = 94+20+26=140 (18% of max value = 765). Red value is 94 (37.11% from 255 or 67.14% from 140); Green value is 20 (8.20% from 255 or 14.29% from 140); Blue value is 26 (10.55% from 255 or 18.57% from 140); Max value from RGB is 94 - color contains mainly: red. Hex color #5E141A is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E141A is #A1EBE5. Grayscale: #2A2A2A. Windows color (decimal): -10611686 or 1709150. OLE color: 1709150.

HSL color Cylindrical-coordinate representation of color #5E141A: hue angle of 355.14º 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 #5E141A is Cyan = 0, Magento = 0.79, Yellow = 0.72 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 20 26 -
CMYK 0 0.79 0.72 0.63
HSL 355.14º 0.65% 0.22% -
HSV(B) 355.14º 0.79% 0.37% -
XYZ 5.05 2.95 1.28 -
YUV 42.81 118.52 164.51 -
System Red Green Blue C M Y K H S L
Decimal 94 20 26 0 0.79 0.72 0.63 355.14 0.65 0.22
Hex 5E 14 1A 0 4F 48 3F 163 41 16
Octal 136 24 32 0 117 110 77 543 101 26
Binary 1011110 10100 11010 0 1001111 1001000 111111 101100011 1000001 10110

Color Harmonies of #5E141A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E141A

Black with #5E141A

Text Example


Text Example

White with #5E141A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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