Html Css Color HEX #5E132B Pohutukawa

📋 copy color: '#5E132B'

red 94 ◦ green 19 ◦ blue 43

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

Shades of Pohutukawa #5E132B

Tints of Pohutukawa #5E132B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 12.18%

 BLUE value IS 43 (17.19% from 255) = 27.56%

R = 60.26%
G = 12.18%
B = 27.56%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.54

 K value IS 0.63

RGB Variations

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

Color information

#5E132B (or 0x5E132B) is known color: Pohutukawa. HEX triplet: 5E, 13 and 2B. RGB value is (94,19,43). Sum of RGB (Red+Green+Blue) = 94+19+43=156 (20% of max value = 765). Red value is 94 (37.11% from 255 or 60.26% from 156); Green value is 19 (7.81% from 255 or 12.18% from 156); Blue value is 43 (17.19% from 255 or 27.56% from 156); Max value from RGB is 94 - color contains mainly: red. Hex color #5E132B is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #5E132B is #A1ECD4. Grayscale: #2C2C2C. Windows color (decimal): -10611925 or 2823006. OLE color: 2823006.

HSL color Cylindrical-coordinate representation of color #5E132B: hue angle of 340.8º degrees, saturation: 0.66, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5E132B is Cyan = 0, Magento = 0.80, Yellow = 0.54 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 19 43 -
CMYK 0 0.80 0.54 0.63
HSL 340.8º 0.66% 0.22% -
HSV(B) 340.8º 0.8% 0.37% -
XYZ 5.29 3.02 2.59 -
YUV 44.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 94 19 43 0 0.80 0.54 0.63 340.8 0.66 0.22
Hex 5E 13 2B 0 50 36 3F 155 42 16
Octal 136 23 53 0 120 66 77 525 102 26
Binary 1011110 10011 101011 0 1010000 110110 111111 101010101 1000010 10110

Color Harmonies of #5E132B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E132B

Black with #5E132B

Text Example


Text Example

White with #5E132B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,19,43); }

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

background-color css

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

 a { background-color: rgb(94,19,43); }

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

border-color css

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

 span { border-color: rgb(94,19,43); }

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